Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- a(Link, StringBuilder, HttpServletRequest, String) - Static method in interface com.github.oeuvres.alix.web.Link
-
Display a tab as an html link <a>.
- ABBR - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Abbreviation (maybe name, substantive…)
- accept() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterCloud
-
Most of the tokens are not rejected but rewrited, except punctuation.
- accept() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterFind
-
Most of the tokens are not rejected but rewrited, except punctuation.
- accept() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterOrth
-
Most of the tokens are not rejected but rewrited, except punctuation.
- add(int) - Method in class com.github.oeuvres.alix.util.IntRoller
-
Add a value to roller.
- add(int, int) - Method in class com.github.oeuvres.alix.util.IntList
-
Add value to a position
- add(int, E) - Method in class com.github.oeuvres.alix.util.Roll
- add(E) - Method in class com.github.oeuvres.alix.util.Roll
- add(String) - Method in class com.github.oeuvres.alix.lucene.util.WordsAutomatonBuilder
-
Add a charSequence.
- add(CharsRef) - Method in class com.github.oeuvres.alix.lucene.util.WordsAutomatonBuilder
-
Add another character sequence to this automaton.
- addAll(int, Collection<? extends E>) - Method in class com.github.oeuvres.alix.util.Roll
- addAll(Collection<? extends E>) - Method in class com.github.oeuvres.alix.util.Roll
- addFirst(char[], int, int, int, int) - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Prepend a state at start of the list.
- addFirst(CharTermAttribute, int, int) - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Prepend a state at start of the list.
- addFirst(CharTermAttribute, OffsetAttribute) - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Prepend a state at start of the list.
- addLast(char[], int, int, int, int) - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Append a state at end of the list.
- addLast(CharTermAttribute, int, int) - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Append a state at end of the list.
- addLast(CharTermAttribute, OffsetAttribute) - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Prepend a state at end of the list.
- addLast(AttributeSource) - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Add attributes to queue.
- ADJ - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Adjective
- ADJ - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Accept adjectives only
- ADV - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Significative adverb
- ADV - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Accept adverbs only
- ADVasp - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Aspect adverb
- ADVconj - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Adverbial conjunction
- ADVdeg - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Gradation adverb
- ADVinter - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Question adverb
- ADVmod - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Modal adverb
- ADVneg - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Negation adverb
- ADVscen - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Space-time adverb
- Alix - Class in com.github.oeuvres.alix.lucene
-
An Alix object is a wrapper around a Lucene index with lexical tools, to be shared across a complex application (ex: web servlet).
- ALIX_BASE - Static variable in class com.github.oeuvres.alix.Names
-
For a cookie
- ALIX_BOOKID - Static variable in class com.github.oeuvres.alix.Names
-
Mandatory field, unique id for a book and its chapters
- ALIX_FILENAME - Static variable in class com.github.oeuvres.alix.Names
-
Mandatory field, XML source file name, used for update
- ALIX_ID - Static variable in class com.github.oeuvres.alix.Names
-
Mandatory field, unique id provide by user for all documents
- ALIX_NS - Static variable in class com.github.oeuvres.alix.Names
-
Alix XML namespace
- ALIX_TYPE - Static variable in class com.github.oeuvres.alix.Names
-
Mandatory field, define the level of a leaf (book/chapter, article)
- Alix.FSDirectoryType - Enum Class in com.github.oeuvres.alix.lucene
-
Ways to open a lucene index
- AlixDocument - Class in com.github.oeuvres.alix.lucene
-
From HTML data, Populate a lucene/alix document ready to index, with right fields names and types.
- AlixDocument(String[]) - Constructor for class com.github.oeuvres.alix.lucene.AlixDocument
-
Create document indexer with a list of required fields, tested when lucene document is requested.
- AlixSAXIndexer - Class in com.github.oeuvres.alix.lucene
-
An XML parser allowing to index XML or HTMTL.
- AlixSAXIndexer(IndexWriter) - Constructor for class com.github.oeuvres.alix.lucene.AlixSAXIndexer
-
Keep same writer for
- AlixTxtIndexer - Class in com.github.oeuvres.alix.lucene
-
A txt indexer
- AlixTxtIndexer(IndexWriter) - Constructor for class com.github.oeuvres.alix.lucene.AlixTxtIndexer
-
Constructor.
- ALL - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Accept all
- ALPHA - Enum constant in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Sort by lexical order with a
Collator. - analyzer() - Method in class com.github.oeuvres.alix.lucene.Alix
-
Returns the analyzer shared with this base.
- AnalyzerAlix - Class in com.github.oeuvres.alix.lucene.analysis
-
Analysis scenario for French in Alix.
- AnalyzerAlix() - Constructor for class com.github.oeuvres.alix.lucene.analysis.AnalyzerAlix
-
Default constructor.
- AnalyzerCloud - Class in com.github.oeuvres.alix.lucene.analysis
-
Analysis scenario for French in Alix.
- AnalyzerCloud() - Constructor for class com.github.oeuvres.alix.lucene.analysis.AnalyzerCloud
-
Default constructor.
- AnalyzerFind - Class in com.github.oeuvres.alix.lucene.analysis
-
Analysis scenario for French in Alix.
- AnalyzerFind() - Constructor for class com.github.oeuvres.alix.lucene.analysis.AnalyzerFind
-
Default constructor.
- AnalyzerMeta - Class in com.github.oeuvres.alix.lucene.analysis
-
An Analyzer for metadata.
- AnalyzerMeta() - Constructor for class com.github.oeuvres.alix.lucene.analysis.AnalyzerMeta
-
Default constructor.
- AnalyzerOrth - Class in com.github.oeuvres.alix.lucene.analysis
-
Analysis scenario for French in Alix.
- AnalyzerOrth() - Constructor for class com.github.oeuvres.alix.lucene.analysis.AnalyzerOrth
-
Default constructor.
- AnalyzerQuery - Class in com.github.oeuvres.alix.lucene.analysis
-
Analysis scenario for French in Alix.
- AnalyzerQuery() - Constructor for class com.github.oeuvres.alix.lucene.analysis.AnalyzerQuery
-
Default constructor.
- APP - Static variable in class com.github.oeuvres.alix.cli.Load
-
Prefix for log lines.
- append(char) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- append(char) - Method in class com.github.oeuvres.alix.util.Chain
-
Append a character.
- append(char[], int, int) - Method in class com.github.oeuvres.alix.util.Chain
-
Append a copy of a span of a char array.
- append(Chain) - Method in class com.github.oeuvres.alix.util.Chain
-
Append a chain.
- append(CharSequence) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- append(CharSequence) - Method in class com.github.oeuvres.alix.util.Chain
- append(CharSequence, int, int) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- append(CharSequence, int, int) - Method in class com.github.oeuvres.alix.util.Chain
- append(String) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- append(StringBuilder) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- append(StringBuilder, String, int, int) - Method in class com.github.oeuvres.alix.lucene.search.HiliteFormatter
-
Appends original text to the response.
- append(CharTermAttribute) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- append(BytesRef) - Method in class com.github.oeuvres.alix.util.Chain
-
Append lucene utf-8 bytes.
- appendChars(String, int, Chain, int) - Static method in class com.github.oeuvres.alix.util.ML
-
Used to build a concordance.
- appendWords(String, int, Chain, int) - Static method in class com.github.oeuvres.alix.util.ML
-
Used to build a concordance.
- array() - Method in class com.github.oeuvres.alix.util.Chain
-
Return a pointer on the internal char array chars.
- ARTICLE - Static variable in class com.github.oeuvres.alix.Names
-
<alix:article> atomic text indexed as a document
- AttDeque - Class in com.github.oeuvres.alix.lucene.analysis
-
A fixed size collection of lucene
AttributeSource, allowing insertion and removal at both ends, a bit like aDeque. - AttDeque(int, AttributeSource) - Constructor for class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Constructor, fixed data size.
- AttLinkedList - Class in com.github.oeuvres.alix.lucene.analysis
-
A kind of
LinkedListof reusable attributes, withoutAttributeImpl.clone()and other creation of objects, for efficiency. - AttLinkedList() - Constructor for class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Default constructor
- AttributeFactoryAlix - Class in com.github.oeuvres.alix.lucene.analysis.tokenattributes
-
An attribute factory to use a
CharsAttImplfor aCharTermAttribute. - AttributeFactoryAlix(AttributeFactory) - Constructor for class com.github.oeuvres.alix.lucene.analysis.tokenattributes.AttributeFactoryAlix
-
Constructor with the default
AttributeFactory. - author(String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Add an author, repetition allowed.
- automaton(char[], int, int) - Static method in class com.github.oeuvres.alix.lucene.search.Marker
-
Build a char automaton (not for smileys and other 3 bytes)
- axis() - Method in class com.github.oeuvres.alix.lucene.search.Scale
-
Return data to display an axis for the corpus.
B
- Balinoms - Class in com.github.oeuvres.alix.cli
-
Adhoc tool to extract Names.
- Balinoms() - Constructor for class com.github.oeuvres.alix.cli.Balinoms
-
Default constructor.
- BASE_NONE - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 500
- BASE_NOTFOUND - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 404
- bibl(String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Set a searchable bibliographic line for a document.
- BinaryInts - Class in com.github.oeuvres.alix.lucene.util
-
Data structure to write and read ints in a binary form suited for lucene stored field
StoredField(String, BytesRef),Document.getBinaryValue(String)or binary fieldsBinaryDocValuesField,BinaryDocValues. - BinaryInts() - Constructor for class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Create buffer for read
BinaryValue.open(BytesRef)(write is also possible, but afterBinaryValue.reset()). - BinaryInts(int) - Constructor for class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Create buffer for write with initial size.
- BinaryUbytes - Class in com.github.oeuvres.alix.lucene.util
-
Data structure to write and read unsigned bytes (0-255) in a binary form suited for lucene stored field
StoredField(String, BytesRef),Document.getBinaryValue(String)or binary fieldsBinaryDocValuesField,BinaryDocValues. - BinaryUbytes() - Constructor for class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Create buffer for read
BinaryValue.open(BytesRef)(write is possible afterBinaryValue.reset()). - BinaryUbytes(int) - Constructor for class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Create buffer for write with initial size.
- bits() - Method in class com.github.oeuvres.alix.lucene.search.BitsCollector
-
Get the document filter.
- bits(LeafReaderContext) - Method in class com.github.oeuvres.alix.lucene.search.BitsFromQuery
-
Method called on a leaf of a lucene reader to collect docId hits as a
BitSet. - BitsCollector - Class in com.github.oeuvres.alix.lucene.search
-
Collect found documents as a set of docids in a bitSet.
- BitsCollector(int) - Constructor for class com.github.oeuvres.alix.lucene.search.BitsCollector
-
Build collector from the maximum docId of the lucene reader
IndexReader.maxDoc(). - BitsCollector(IndexSearcher) - Constructor for class com.github.oeuvres.alix.lucene.search.BitsCollector
-
Build Collector with the destination searcher to have maximum docId
IndexReader.maxDoc(). - BitsCollectorManager - Class in com.github.oeuvres.alix.lucene.search
-
Not yet tested
- BitsCollectorManager(int) - Constructor for class com.github.oeuvres.alix.lucene.search.BitsCollectorManager
-
Build a manager from the maximum docId of the lucene reader
IndexReader.maxDoc(). - BitsCollectorManager(IndexSearcher) - Constructor for class com.github.oeuvres.alix.lucene.search.BitsCollectorManager
-
Build a manager from a lucene searcher to get maximum docId with
IndexReader.maxDoc(). - BitsFromQuery - Class in com.github.oeuvres.alix.lucene.search
-
A search giving results as bits.
- BitsFromQuery(Query) - Constructor for class com.github.oeuvres.alix.lucene.search.BitsFromQuery
-
Wraps another search's to get bits by LeafReaderContext.
- BM25 - Enum constant in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Kind of tf-idf.
- BOOK - Static variable in class com.github.oeuvres.alix.Names
-
<alix:book> (contains <alix:chapter>)
- books(Sort) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get docId parent documents (books) of nested documents (chapters), sorted by a sort specification.
- BRANCH - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Flag for compound, to be continued
- brevidot(CharsAttImpl) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Test if the requested chars are a known abbreviation ending by a dot.
- BREVIDOT - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Abbreviations with a final dot
- buf - Variable in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Reusable buffer
- buf - Variable in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Reusable buffer
- buf - Variable in class com.github.oeuvres.alix.lucene.util.Offsets
-
Reusable buffer
- buffer() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- build(Collection<BytesRef>) - Static method in class com.github.oeuvres.alix.lucene.util.WordsAutomatonBuilder
-
Build a minimal, deterministic automaton from a sorted list of
BytesRefrepresenting strings in UTF-8. - builder - Variable in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
May be used by subclasses to convert to different charsets / encodings for implementing
CharsAttImpl.getBytesRef(). - buildFronStrings(String[]) - Static method in class com.github.oeuvres.alix.lucene.util.WordsAutomatonBuilder
-
Build an automaton from an array of Strings (will be sorted).
- buildFronStrings(List<String>) - Static method in class com.github.oeuvres.alix.lucene.util.WordsAutomatonBuilder
-
Build an automaton from a list of strings, sorted is not required.
- buildSortedSetField(String) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Build data from a
SortedSetDocValuesField. - byline(String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Set a byline for a document.
- BYTES0 - Static variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
- BYTES0 - Static variable in class com.github.oeuvres.alix.lucene.search.FieldRail
- BYTES0 - Static variable in class com.github.oeuvres.alix.lucene.search.FieldText
- bytesSorted(int[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Normalize a list of formIds to search in an
IndexReader. - bytesSorted(int[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Normalize a list of formIds to search in an
IndexReader. - bytesSorted(int[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Normalize a list of formIds to search in an
IndexReader. - bytesSorted(CharSequence[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Normalize a list of forms to search in an
IndexReader. - bytesSorted(CharSequence[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Normalize a list of forms to search in an
IndexReader. - bytesSorted(CharSequence[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Normalize a list of forms to search in an
IndexReader.
C
- cache(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get an Object from a local static cache.
- cache(String, Object) - Method in class com.github.oeuvres.alix.lucene.Alix
-
A simple cache.
- Calcul - Class in com.github.oeuvres.alix.maths
-
https://nic.schraudolph.org/pubs/Schraudolph99.pdf https://github.com/stanfordnlp/CoreNLP/blob/master/src/edu/stanford/nlp/math/SloppyMath.java
- call() - Method in class com.github.oeuvres.alix.cli.Balinoms
- call() - Method in class com.github.oeuvres.alix.cli.Load
- capacity - Variable in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Byte capacity of the buffer, updated on growing
- capacity - Variable in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Byte capacity of the buffer, updated on growing
- capacity - Variable in class com.github.oeuvres.alix.lucene.util.Offsets
-
Byte capacity of the buffer, updated on growing
- capacity - Variable in class com.github.oeuvres.alix.util.Roller
-
Size of the widow
- capitalize() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Try to capitalize (initial capital only) decently, according to some rules available in latin language. ex: états-unis -> États-Unis.
- capitalize() - Method in class com.github.oeuvres.alix.util.Chain
-
Try to capitalize (initial capital only) decently, according to some rules available in latin language. ex: ÉTATS-UNIS -> États-Unis.
- cardinality() - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Count of flags set to true, like
BitSet.cardinality(). - cardinality() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Count of forms with freq > 0, imited from
BitSet.cardinality(). - cardinality(TagFilter, TagFilter) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Count of flags set to true.
- cat() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns the cat set by constructor.
- CATEGORY - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- catField(String, String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
A field type unique for a document, usually mandatory, like a title or byline ; maybe a covering class among a corpus.
- cells - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
The edges
- Chain - Class in com.github.oeuvres.alix.util
-
A mutable string implementation that grows on the right (
Appendable, but also, on the leftChain.prepend(char). - Chain() - Constructor for class com.github.oeuvres.alix.util.Chain
-
Empty constructor, value will be set later
- Chain(char[]) - Constructor for class com.github.oeuvres.alix.util.Chain
-
Back the chain to an external char array (no copy).
- Chain(char[], int, int) - Constructor for class com.github.oeuvres.alix.util.Chain
-
Back the chain to an external char array (no copy).
- Chain(Chain) - Constructor for class com.github.oeuvres.alix.util.Chain
-
Wrap the char array of another chain.
- Chain(CharSequence) - Constructor for class com.github.oeuvres.alix.util.Chain
-
Construct a chain by copy of a char sequence.
- Chain(CharSequence, int, int) - Constructor for class com.github.oeuvres.alix.util.Chain
-
Construct a chain by copy of a section of char sequence (String, but also String buffers or builders)
- channel - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Cache a fileChannel for read
- channelMap - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
A buffer on file
- CHAPTER - Static variable in class com.github.oeuvres.alix.Names
-
<alix:chapter> text inside a book
- Char - Class in com.github.oeuvres.alix.util
-
Efficient character categorizer, faster than Character.is*(), optimized for tokenizer in latin scripts.
- characters(char[], int, int) - Method in class com.github.oeuvres.alix.lucene.AlixSAXIndexer
- charAt(int) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- charAt(int) - Method in class com.github.oeuvres.alix.util.Chain
- CharsAttImpl - Class in com.github.oeuvres.alix.lucene.analysis.tokenattributes
-
An implementation of Lucene
CharTermAttributedesigned to be an efficient key in an HashMap, and with tools for char manipulation (ex: capitalize). - CharsAttImpl() - Constructor for class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Initialize this attribute with empty term text.
- CharsAttImpl(char[], int, int) - Constructor for class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Copy chars from a char array.
- CharsAttImpl(CharsAttImpl) - Constructor for class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Copy chars from another attribute.
- CharsAttImpl(Chain) - Constructor for class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Copy chars from a mutable String
Chain. - CharsAttImpl(String) - Constructor for class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Initialize the chars with a String
- check(String) - Static method in class com.github.oeuvres.alix.web.JspTools
-
Check if a String is significant as parameter value.
- CHI2 - Enum constant in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Chi2 = Σ(Oi - Ei)²/Ei"
- CHI2 - Enum constant in enum class com.github.oeuvres.alix.util.MI
-
Chi2 = Σ(Oi - Ei)²/Ei
- clear() - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Clear the Queue.
- clear() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- clear() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
-
Clear object
- clear() - Method in class com.github.oeuvres.alix.util.IntList
-
Light reset data, with no erase.
- clear() - Method in class com.github.oeuvres.alix.util.Roll
- clear() - Method in class com.github.oeuvres.alix.util.Roller
-
Removes all of the elements,
Roller.isEmpty()will returntrueafter this method. - clear() - Method in class com.github.oeuvres.alix.util.TopArray
-
Clear all entries
- clear(int) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Position = false.
- clear(Tag) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Position = false.
- clearAll() - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Unset all positions.
- clearGroup(int) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Clear the hexa group of a byte.
- clearGroup(Tag) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Clear the hexa group of a byte.
- clone() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- close() - Method in class com.github.oeuvres.alix.util.CSVReader
-
Close uderlying reader.
- clust(int) - Method in class com.github.oeuvres.alix.util.EdgeMap
-
Agregate a new node to a cluster.
- clust(int) - Method in class com.github.oeuvres.alix.util.EdgeQueue
-
Agregate a node to a cluster.
- code() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns the code set by constructor.
- col() - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Get current col in enumeration.
- col(long) - Static method in class com.github.oeuvres.alix.util.RowcolQueue
-
Get the int col from a long entry.
- collect(int) - Method in class com.github.oeuvres.alix.lucene.search.BitsCollector
- com.github.oeuvres.alix - package com.github.oeuvres.alix
- com.github.oeuvres.alix.cli - package com.github.oeuvres.alix.cli
-
Tools for command line.
- com.github.oeuvres.alix.fr - package com.github.oeuvres.alix.fr
-
Language resources for French
- com.github.oeuvres.alix.lucene - package com.github.oeuvres.alix.lucene
-
Main pilots for indexing and searching, see especially
Alix - com.github.oeuvres.alix.lucene.analysis - package com.github.oeuvres.alix.lucene.analysis
-
Components for lexical analysis, especially for French.
- com.github.oeuvres.alix.lucene.analysis.tokenattributes - package com.github.oeuvres.alix.lucene.analysis.tokenattributes
-
Custom token attributes.
- com.github.oeuvres.alix.lucene.search - package com.github.oeuvres.alix.lucene.search
-
Objects to search and calculate lexical statistics from an index (ex: found occurrences by facet)
- com.github.oeuvres.alix.lucene.search.similarities - package com.github.oeuvres.alix.lucene.search.similarities
- com.github.oeuvres.alix.lucene.util - package com.github.oeuvres.alix.lucene.util
-
Data structures used for indexing AND searching (ex: co-occurrences)
- com.github.oeuvres.alix.maths - package com.github.oeuvres.alix.maths
- com.github.oeuvres.alix.sqlite - package com.github.oeuvres.alix.sqlite
- com.github.oeuvres.alix.util - package com.github.oeuvres.alix.util
-
Generic data structures.
- com.github.oeuvres.alix.web - package com.github.oeuvres.alix.web
-
JspTools tools
- com.github.oeuvres.alix.xml - package com.github.oeuvres.alix.xml
- compareTo(Edge) - Method in class com.github.oeuvres.alix.util.Edge
- compareTo(IntPair) - Method in class com.github.oeuvres.alix.util.IntPair
- compareTo(IntTuple) - Method in class com.github.oeuvres.alix.util.IntTuple
- compareTo(LongTuple) - Method in class com.github.oeuvres.alix.util.LongTuple
- compareTo(Top.Entry<E>) - Method in class com.github.oeuvres.alix.util.Top.Entry
- compareTo(TopArray.IdScore) - Method in class com.github.oeuvres.alix.util.TopArray.IdScore
- compareTo(CharSequence) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- compareTo(CharSequence) - Method in class com.github.oeuvres.alix.util.Chain
-
HashMaps maybe optimized by ordered lists in buckets.
- complete() - Method in class com.github.oeuvres.alix.lucene.util.WordsAutomatonBuilder
-
Finalize the automaton and return the root state.
- compound(Chain, HashMap<CharsAttImpl, Integer>) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Insert a compound candidate in the compound tree
- CONJcoord - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Coordinating conjunction
- CONJsub - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Coordinating conjunction
- CONN - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Connectors, other than below
- connect(File) - Static method in class com.github.oeuvres.alix.sqlite.Insert
-
Connect to an sqlite database.
- CONSONNANT - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, not used.
- Constants - Class in com.github.oeuvres.alix.maths
-
Machine-dependent arithmetic constants.
- Constants() - Constructor for class com.github.oeuvres.alix.maths.Constants
-
This class is non-instantiable but inheritable.
- contains(char) - Method in class com.github.oeuvres.alix.util.Chain
-
Is a char present in char sequence ?
- contains(int) - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
-
Is this id already recorded ?
- contains(Object) - Method in class com.github.oeuvres.alix.util.Roll
- containsAll(Collection<?>) - Method in class com.github.oeuvres.alix.util.Roll
- contrast(String, int) - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
With this docId and another docId, with a field name, get stored text, get offsets for indexed term, hilite specific terms of this doc, absent of the other.
- contrast(String, int, boolean) - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
With this docId and another docId, with a field name, get stored text, get offsets for indexed term, hilite specific terms of this doc, absent of the other.
- coocmat(int, int, int, BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Build a square matrix of co-occurencies.
- coocs(int[], int, int, BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Build a freqList of coocurrents , attached to a FormEnum object.
- cookie(String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a cookie value by name.
- cookie(String, String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Send a cookie to client.
- copy(char[]) - Method in class com.github.oeuvres.alix.util.Chain
-
Replace Chain content by copy of a char array, 2 time faster than String
- copy(char[], int, int) - Method in class com.github.oeuvres.alix.util.Chain
-
Replace Chain content by a span of a char array.
- copy(Chain) - Method in class com.github.oeuvres.alix.util.Chain
-
Replace this chain content by a copy of a chain (keep allocated memory if enough).
- copy(CharSequence) - Method in class com.github.oeuvres.alix.util.Chain
-
Replace Chain content by a copy af a String.
- copy(CharSequence, int, int) - Method in class com.github.oeuvres.alix.util.Chain
-
Replace Chain content by a span of String
- copy(CharTermAttribute) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Copy a
CharTermAttributein the buffer. - copy(CharTermAttribute, int, int) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Copy a substring of a
CharTermAttributein the buffer. - copy(BytesRef) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Copy UTF-8 bytes
BytesRefin the char[] buffer. - copyBuffer(char[], int, int) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- copyTo(CharTermAttribute) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Copy chars from this attribute to an other.
- copyTo(AttributeImpl) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- copyTo(AttributeSource, int) - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Copy attributes from a position to the specified target, to change indexation state.
- count() - Method in class com.github.oeuvres.alix.util.Edge
-
Get count.
- count(int) - Method in class com.github.oeuvres.alix.util.Edge
-
Set count.
- crawl(File) - Static method in class com.github.oeuvres.alix.sqlite.Insert
-
Go through a folder of html file to index it.
- createAttributeInstance(Class<? extends Attribute>) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.AttributeFactoryAlix
- createComponents(String) - Method in class com.github.oeuvres.alix.lucene.analysis.AnalyzerCloud
- createComponents(String) - Method in class com.github.oeuvres.alix.lucene.analysis.AnalyzerFind
- createComponents(String) - Method in class com.github.oeuvres.alix.lucene.analysis.AnalyzerMeta
- createComponents(String) - Method in class com.github.oeuvres.alix.lucene.analysis.AnalyzerOrth
- createComponents(String) - Method in class com.github.oeuvres.alix.lucene.analysis.AnalyzerQuery
- csstok(String) - Static method in class com.github.oeuvres.alix.lucene.search.Doc
-
Build a token compatible with a css className with any kind of lexical word.
- csv - Enum constant in enum class com.github.oeuvres.alix.web.Mime
-
csv
- CSVReader - Class in com.github.oeuvres.alix.util
-
A light fast csv parser without Strings, especially to load jar resources.
- CSVReader(File, int) - Constructor for class com.github.oeuvres.alix.util.CSVReader
-
Build a CSV scanner on a text file with predefined number of columns.
- CSVReader(Reader, int) - Constructor for class com.github.oeuvres.alix.util.CSVReader
-
Build a CSV scanner on a reader with predefined number of columns.
- CSVReader(Reader, int, char) - Constructor for class com.github.oeuvres.alix.util.CSVReader
-
Build a CSV scanner on a reader with predefined number of columns and a separator char.
- CSVReader.Row - Class in com.github.oeuvres.alix.util
-
Mutable object to record cells as
CharSequence. - cumul - Variable in class com.github.oeuvres.alix.lucene.search.Scale.Tick
-
Σ length
- curves(String[], int) - Method in class com.github.oeuvres.alix.lucene.search.Scale
-
Ask for a count of forms, according to a number of dot (ex: 100).
D
- data - Variable in class com.github.oeuvres.alix.util.DoubleList
-
Internal data
- data - Variable in class com.github.oeuvres.alix.util.IntList
-
Internal data
- data - Variable in class com.github.oeuvres.alix.util.IntRoller
-
Fixed size data array.
- data - Variable in class com.github.oeuvres.alix.util.IntTuple
-
Internal data
- data - Variable in class com.github.oeuvres.alix.util.LongTuple
-
Internal data
- data - Variable in class com.github.oeuvres.alix.util.TopArray
-
Data stored as a Pair score+int
- data() - Method in class com.github.oeuvres.alix.util.IntList
-
Get a pointer on underlaying array (unsafe).
- date2int(String) - Static method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
1753 → 17530000 1753-03-01 → 17530301
- decile - Variable in class com.github.oeuvres.alix.util.IntSeries
-
Deciles data
- decile(int) - Method in class com.github.oeuvres.alix.util.IntSeries
-
Get a decile.
- declust() - Method in class com.github.oeuvres.alix.util.EdgeMap
-
Start a new cluster (a set of nodes totally connected)
- declust() - Method in class com.github.oeuvres.alix.util.EdgeQueue
-
Start a cluster (a set of nodes totally connected).
- deligat(Chain) - Static method in class com.github.oeuvres.alix.util.Char
-
Deligature, Æ → AE, œ → oe…
- desc - Variable in enum class com.github.oeuvres.alix.fr.Tag
-
A line of explanation
- desc() - Method in enum class com.github.oeuvres.alix.fr.Tag
-
Return the String description of the tag.
- DET - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Determiner, other than below
- detag - Variable in class com.github.oeuvres.alix.lucene.search.HiliteFormatter
-
true if we should escape for html
- detag(String) - Static method in class com.github.oeuvres.alix.util.ML
-
Return a normalize-space() text version of an xml excerpt (possibly broken).
- detag(StringBuilder, String, int, int) - Static method in class com.github.oeuvres.alix.lucene.search.HiliteFormatter
-
Copy text from html(start-end) to dest, but without tags. cases :
broken start tag> <tag> <broken end tag - detag(String, int, int, Chain, Set<String>) - Static method in class com.github.oeuvres.alix.util.ML
-
Return a normalize-space() text version of an xml excerpt (possibly with broken tags).
- detag(String, Set<String>) - Static method in class com.github.oeuvres.alix.util.ML
-
Return a normalize-space() text version of an xml excerpt (possibly broken), with selected tags allowed
- details(Object...) - Method in enum class com.github.oeuvres.alix.web.Error
-
Format the details part of error message.
- DETart - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Article
- DETdem - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Demonstrative determiner
- determineMachineEpsilon() - Static method in class com.github.oeuvres.alix.maths.Constants
-
Determine machine epsilon.
- determineMaximumPrecision() - Static method in class com.github.oeuvres.alix.maths.Constants
-
Determine maximum double floating point precision.
- DETindef - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Quantifiers
- DETinter - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Interrogative determiner
- DETnum - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Numbers
- DETposs - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Possesive determiner
- DETprep - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Prepositional determiner
- devstd - Variable in class com.github.oeuvres.alix.util.IntSeries
-
standard deviation
- dic - Variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Dictionary of terms from this field.
- dic - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Dictionary of terms from this field.
- dic - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
Dictionary of terms from this field.
- dic(DirectoryReader, String) - Static method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get a dictionary of terms, without statistics.
- DICE - Enum constant in enum class com.github.oeuvres.alix.util.MI
-
2*fxy / (fx + fy)
- DICE_LOG - Enum constant in enum class com.github.oeuvres.alix.util.MI
-
14 + log2(DICE) https://nlp.fi.muni.cz/raslan/2008/raslan08.pdf#page=14
- DIGIT - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, a digit.
- Dir - Class in com.github.oeuvres.alix.util
-
Static tools to deal with directories (and files).
- directed - Variable in class com.github.oeuvres.alix.util.Edge
-
For information
- directed - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
Directed or not
- Distrib - Enum Class in com.github.oeuvres.alix.lucene.search
-
Distribution laws, could be used as scorer to sort
FormEnum. - doc() - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
Returns the loaded lucene document.
- Doc - Class in com.github.oeuvres.alix.lucene.search
-
Tools to display a document
- Doc(Alix, int) - Constructor for class com.github.oeuvres.alix.lucene.search.Doc
-
Get a document by lucene docId (persists as long as the Lucene index is not modified) with all fields loaded (even the big ones).
- Doc(Alix, int, HashSet<String>) - Constructor for class com.github.oeuvres.alix.lucene.search.Doc
-
Get a document by lucene docId (persists as long as the Lucene index is not modified) with the set of fields provided (or all fields fieldsToLoad is null).
- Doc(Alix, String) - Constructor for class com.github.oeuvres.alix.lucene.search.Doc
-
Get a document by String id (persists as long as the source XML doc is not modified) with all fields loaded (even the big ones).
- Doc(Alix, String, HashSet<String>) - Constructor for class com.github.oeuvres.alix.lucene.search.Doc
-
Get a document by String id (persists as long as the source XML doc is not modified), with the set of fields provided (or all fields if fieldsToLoad is null).
- DOC_NOTFOUND - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 404
- docId - Variable in class com.github.oeuvres.alix.lucene.search.Scale.Tick
-
Lucene internal id for the doc.
- docId() - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
Returns the local Lucene int docId of the document.
- docId4len - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
docId4le[docId] = Index of sizes for each doc
- docId4match - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
docId4match.get(docId) == true: doc matched.
- docId4occs - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
docId4occs[docId] = count of occurrences for a document, without empty positions.
- docId4offset - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
docId4offset[docId] = offset, start index of positions for each doc in channel
- docId4value(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
By docId, returns the first indexed int value for the doc, or
Integer.MIN_VALUEif no value for this doc. - docs - Variable in class com.github.oeuvres.alix.lucene.search.Scale
-
Count of docs
- docs() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt.IntEnum
-
Count of documents for this value.
- docs() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the current formId in iterator, returns the total count of documents in corpus containing this form.
- docs(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
How many docs in all index for this formId ?
- docs(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
How many docs in all index for this formId ?
- docs(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
How many docs in all index for this formId ?
- docs(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Count of documents for an int value.
- docs(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the requested formId, get document count containing this form.
- docs(BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Return count of docs by value, with an optional doc filter.
- DOCS - Enum constant in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Sort by total count of documents containing this form.
- docsAll - Variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Global count of docs relevant for this field.
- docsAll - Variable in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Global count of docs relevant for this field.
- docsAll - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Global count of docs relevant for this field.
- docsAll - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
Global count of docs relevant for this field.
- docsAll() - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Total count of document affected by the field.
- docsAll() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Total count of document affected by the field.
- docsAll() - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Total count of document affected by the field.
- docsAll() - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Total count of document affected by the field.
- docsAll() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Global count of docs concerned by this field.
- docsByRank(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the form requested by rank in sort order, get document count containing this form.
- docStats - Class in org.apache.lucene.search.vectorhighlight
-
Get stats from a
FieldQueryin the context of the package to access to protected methods. - docStore(String, String[]) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get stored values in docId order.
- document() - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Returns the builded document
- DOCUMENT - Static variable in class com.github.oeuvres.alix.Names
-
<alix:document> independant document
- doSetNextReader(LeafReaderContext) - Method in class com.github.oeuvres.alix.lucene.search.BitsCollector
- doubleFactorials - Static variable in class com.github.oeuvres.alix.maths.Factorial
-
n!
- DoubleList - Class in com.github.oeuvres.alix.util
-
List of native double numbers.
- DoubleList() - Constructor for class com.github.oeuvres.alix.util.DoubleList
-
Default constructor.
E
- Edge - Class in com.github.oeuvres.alix.util
-
An edge between 2 int nodes with a score, optimized to be sorted by score in an Array, or to be a value in HashMap.
- Edge(int, int) - Constructor for class com.github.oeuvres.alix.util.Edge
-
Build an edge between 2 nodes identified by an int (not mutables).
- Edge(int, int, boolean) - Constructor for class com.github.oeuvres.alix.util.Edge
-
Build an edge between 2 nodes identified by an int, with a direction (not mutables).
- Edge(int, int, boolean, int, String) - Constructor for class com.github.oeuvres.alix.util.Edge
-
Build an edge between 2 nodes identified by an int, with an optional direction, and an optional edgeId (not mutables).
- Edge(int, int, String) - Constructor for class com.github.oeuvres.alix.util.Edge
-
Build an edge between 2 nodes identified by an int (not mutables).
- edgeId - Variable in class com.github.oeuvres.alix.util.Edge
-
For information, an index commodity
- edgeId() - Method in class com.github.oeuvres.alix.util.Edge
-
Get edge id.
- EdgeIterator - Class in com.github.oeuvres.alix.util
-
Iterator of edges backed on a sorted array.
- EdgeMap - Class in com.github.oeuvres.alix.util
-
An object to record
Edges events between int id nodes. - EdgeMap(boolean) - Constructor for class com.github.oeuvres.alix.util.EdgeMap
-
Constructor, set if order in pair is identifying an
Edge. - EdgeMatrix - Class in com.github.oeuvres.alix.util
-
A matrix to record edges between predefined node Ids.
- EdgeMatrix(Map<Integer, Long>, long, boolean) - Constructor for class com.github.oeuvres.alix.util.EdgeMatrix
-
Build matrix with a limited set of accepted values for nodes.
- EdgeMatrix.EdgeIt - Class in com.github.oeuvres.alix.util
-
A complex iterator on edges, trying to avoid orphans.
- EdgeMatrix.EdgeIterator - Class in com.github.oeuvres.alix.util
-
A simple iterator with possible scoring.
- EdgeQueue - Class in com.github.oeuvres.alix.util
-
An object to record edges events (a pair of int), recorder as list of long.
- EdgeQueue(boolean) - Constructor for class com.github.oeuvres.alix.util.EdgeQueue
-
Directed (1,2) ≠ (2,1).
- edges(int[], int, int, int[], BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Loop on a set of pivots, explore their context, record edges between a set of cooccurents in these contexts.
- edges(int[], int, BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
With a set of int formIds, run accross full or part of rails, to collect co-occs between those selected words.
- element() - Method in class com.github.oeuvres.alix.util.Roll
- ellipsis - Variable in class com.github.oeuvres.alix.lucene.search.HiliteFormatter
-
text that will appear between two unconnected passages
- end() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterAposHyphenFr
- end() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterCloud
- end() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterHTML
- end() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterLocution
- end() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterOrth
- end() - Method in class com.github.oeuvres.alix.lucene.analysis.TokenizerML
- endDocument() - Method in class com.github.oeuvres.alix.lucene.AlixSAXIndexer
- endElement(String, String, String) - Method in class com.github.oeuvres.alix.lucene.AlixSAXIndexer
- endsWith(char) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Test an ending char.
- endsWith(CharSequence) - Method in class com.github.oeuvres.alix.util.Chain
-
Test suffix (substring at end).
- endsWith(String) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Test a suffix, char by char.
- entry(int, int) - Static method in class com.github.oeuvres.alix.util.RowcolQueue
-
Build an entry for the data array.
- equals(Object) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- equals(Object) - Method in class com.github.oeuvres.alix.lucene.search.BitsFromQuery
- equals(Object) - Method in class com.github.oeuvres.alix.util.Chain
- equals(Object) - Method in class com.github.oeuvres.alix.util.Edge
-
An Edge is said equals if it has same source id and target id.
- equals(Object) - Method in class com.github.oeuvres.alix.util.IntList
- equals(Object) - Method in class com.github.oeuvres.alix.util.IntPair
- equals(Object) - Method in class com.github.oeuvres.alix.util.IntTuple
- equals(Object) - Method in class com.github.oeuvres.alix.util.LongTuple
- error(Object) - Static method in class com.github.oeuvres.alix.lucene.XMLIndexer
-
Log recoverable error.
- Error - Enum Class in com.github.oeuvres.alix.web
-
Error messages for Alix.
- escape(CharSequence) - Static method in class com.github.oeuvres.alix.web.JspTools
-
Ensure that a String could be included in an html attribute with quotes.
- escUrl(String) - Static method in class com.github.oeuvres.alix.web.JspTools
-
Ensure that a String could be included in an html attribute with quotes.
- EXCEPTIONS - Static variable in class com.github.oeuvres.alix.lucene.analysis.FilterLocution
-
past paticiples to not take as infinitives
- EXCL - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Exclamation
- exclude(List<Path>, String) - Static method in class com.github.oeuvres.alix.util.Dir
-
Delete files from a list by glob.
- expectation - Variable in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Freq expected for a form.
- expectation(double, double) - Method in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Set an expected probability for a form (to compare with observed in some distribution algorithm).
- expected(double, double, double, double) - Method in enum class com.github.oeuvres.alix.util.MI
- expressions(BitSet, TagFilter, TagFilter, TagFilter) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Loop on the rail to find expression (2 plain words with possible stop words between but not holes or punctuation).
F
- FACET - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- facetField(String, String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
A field repeatable for a document, like authors, or tags.
- factorial(int) - Static method in class com.github.oeuvres.alix.maths.Factorial
-
Compute factorial of an integer.
- Factorial - Class in com.github.oeuvres.alix.maths
-
Defines methods for factorials.
- fatal(Object) - Static method in class com.github.oeuvres.alix.lucene.XMLIndexer
-
Log fatal error.
- field() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Get the field from wich this term enumerator is build on.
- FIELD - Static variable in class com.github.oeuvres.alix.Names
-
<alix:field>
- FIELD_BADREQUEST - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 400
- FIELD_BADTYPE - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 400
- FIELD_NONE - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 400
- FIELD_NOTFOUND - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 404
- fieldFacet(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get a “facet” object, a cached list of search from a field of type
SortedDocValuesFieldorSortedSetDocValuesField; to get lexical stats from a text field. - FieldFacet - Class in com.github.oeuvres.alix.lucene.search
-
A dedicated dictionary for stats on facets.
- FieldFacet(DirectoryReader, String) - Constructor for class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Extract values of field for stats.
- fieldInt(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get a list of intPoint (ex: year) in docid order.
- FieldInt - Class in com.github.oeuvres.alix.lucene.search
-
Retrieve all values of an int field, store it in docId order, calculate some stats..
- FieldInt(DirectoryReader, String) - Constructor for class com.github.oeuvres.alix.lucene.search.FieldInt
-
Constructor,
- FieldInt.IntEnum - Class in com.github.oeuvres.alix.lucene.search
-
A kind of
Iteratorfor primitive types. - fieldName - Variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Name of a lucene field from which extract and cache stats.
- fieldName - Variable in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Name of a lucene field from which extract and cache stats.
- fieldName - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Name of a lucene field from which extract and cache stats.
- fieldName - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
Name of a lucene field from which extract and cache stats.
- fieldRail(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get a co-occurrences reader.
- FieldRail - Class in com.github.oeuvres.alix.lucene.search
-
Persistent storage of full sequence of all document search for a field.
- FieldRail(FieldText) - Constructor for class com.github.oeuvres.alix.lucene.search.FieldRail
-
Load rail of words as int, build it as file if necessary.
- fieldText() - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Returns underlying
FieldTextgiven to constructorFieldRail(FieldText) - fieldText(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get a frequence object.
- FieldText - Class in com.github.oeuvres.alix.lucene.search
-
An object recording stats for an indexed and tokenized lucene field
TextField. - FieldText(DirectoryReader, String) - Constructor for class com.github.oeuvres.alix.lucene.search.FieldText
-
Build the dictionaries and stats.
- fill(int) - Method in class com.github.oeuvres.alix.util.IntRoller
-
Fill roller with an initial value
- fill(E) - Method in class com.github.oeuvres.alix.util.Roll
-
Fill the roller with a default value.
- filter(TagFilter) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Filter forms.
- FilterAposHyphenFr - Class in com.github.oeuvres.alix.lucene.analysis
-
A filter that decomposes words on a list of suffixes and prefixes, mainly to handle hyphenation and apostrophe ellision in French.
- FilterAposHyphenFr(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterAposHyphenFr
-
Default constructor.
- FilterCloud - Class in com.github.oeuvres.alix.lucene.analysis
-
A final token filter before indexation, to plug after a lemmatizer filter, providing most significant tokens for word cloud.
- FilterCloud(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterCloud
-
Default constructor.
- FilterFind - Class in com.github.oeuvres.alix.lucene.analysis
-
A token Filter to plug after a Lemmatizer.
- FilterFind(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterFind
-
Default constructor.
- FilterFrPersname - Class in com.github.oeuvres.alix.lucene.analysis
-
Plug behind a linguistic tagger, will concat unknown names from dictionaries like Victor Hugo, V.
- FilterFrPersname(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterFrPersname
-
Default constructor.
- FilterHTML - Class in com.github.oeuvres.alix.lucene.analysis
-
A final token filter before indexation, to plug after a lemmatizer filter, providing most significant tokens for word cloud.
- FilterHTML(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterHTML
-
Default constructor.
- FilterLemmatize - Class in com.github.oeuvres.alix.lucene.analysis
- FilterLemmatize(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterLemmatize
-
Default constructor.
- FilterLocution - Class in com.github.oeuvres.alix.lucene.analysis
-
Plug behind TokenLem, take a Trie dictionary, and try to compound locutions.
- FilterLocution(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterLocution
-
Default constructor.
- FilterOrth - Class in com.github.oeuvres.alix.lucene.analysis
-
A final token filter before indexation, to plug after a lemmatizer filter, providing most significant tokens for word cloud.
- FilterOrth(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterOrth
-
Default constructor.
- FilterStats - Class in com.github.oeuvres.alix.lucene.analysis
-
A token filter counting tokens.
- FilterStats(TokenStream) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FilterStats
-
Default constructor.
- fint - Variable in class com.github.oeuvres.alix.lucene.search.Scale
-
Field name, type: NumericDocValuesField, for int values
- first() - Method in class com.github.oeuvres.alix.util.Chain
-
Peek first char (left).
- first() - Method in class com.github.oeuvres.alix.util.IntList
-
Get first value or cry if list is empty
- first(char) - Method in class com.github.oeuvres.alix.util.Chain
-
Set first char (left).
- firstDel() - Method in class com.github.oeuvres.alix.util.Chain
-
Delete first char, by modification of pointers.
- firstDel(int) - Method in class com.github.oeuvres.alix.util.Chain
-
Remove an amount of chars from start (left).
- firstToUpper() - Method in class com.github.oeuvres.alix.util.Chain
-
Put first char upperCase
- Fisher - Class in com.github.oeuvres.alix.maths
-
Calculate Fisher's exact test for a 2x2 frequency table.
- Fisher() - Constructor for class com.github.oeuvres.alix.maths.Fisher
-
Don't allow instantiation but do allow overrides.
- flag - Variable in enum class com.github.oeuvres.alix.fr.Tag
-
A structured bit flag between 0-255
- flag() - Method in enum class com.github.oeuvres.alix.fr.Tag
-
Return the identifier number for this tag.
- flag(Chain) - Static method in enum class com.github.oeuvres.alix.fr.Tag
-
Returns the identifier number of a
Tag, by name. - flag(String) - Static method in enum class com.github.oeuvres.alix.fr.Tag
-
Get Tag number by name.
- forChar(CharsAttImpl) - Static method in class com.github.oeuvres.alix.util.ML
-
See
ML.forChar(String), with a custom implementation of luceneCharTermAttributesharing the same hash fuction as a String. - forChar(Chain) - Static method in class com.github.oeuvres.alix.util.ML
-
See
ML.forChar(String), with a custom mutable String. - forChar(String) - Static method in class com.github.oeuvres.alix.util.ML
-
Get the char from an HTML entity like > or €.
- form() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For current form in sort order, get its chars as a String.
- form() - Method in class com.github.oeuvres.alix.lucene.search.SuggestForm.Suggestion
-
Returns original indexed form.
- form(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get String form for a formId.
- form(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Get String form for a formId.
- form(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get String form for a formId.
- form(int, BytesRef) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get a String form for a formId, using a mutable array of bytes.
- form(int, BytesRef) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Get a String form for a formId, using a mutable array of bytes.
- form(int, BytesRef) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get a String form for a formId, using a mutable array of bytes.
- form(Chain) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For current form in sort order, copy the chars in a reusable mutable CharSequence.
- form(BytesRef) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For current form in sort order, get its chars with reusable bytes (no return, value populate the bytes).
- format(Passage[], String) - Method in class com.github.oeuvres.alix.lucene.search.HiliteFormatter
- formByRank(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the form at this rank in sort order, returns the form as a String.
- FormCollector - Class in com.github.oeuvres.alix.lucene.search
-
This implementation of the FormIterator contract allow to build custom lists of forms with freq (occurrences count) and score (a double) calculated else where.
- FormCollector() - Constructor for class com.github.oeuvres.alix.lucene.search.FormCollector
-
Default constructor.
- FormCollector.FormStats - Class in com.github.oeuvres.alix.lucene.search
-
Some stats about a form.
- formEnum() - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Returns a new enumerator on all search for this facet in orthographic order
- formEnum() - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get a non filtered term enum for this field with global stats.
- formEnum(Alix, int, String, Distrib, TagFilter) - Static method in class com.github.oeuvres.alix.lucene.search.Doc
-
Count of occurrences by term for the document.
- formEnum(FieldText, BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get occurences stats by facet from a text field.
- formEnum(FieldText, BitSet, BytesRef[], Distrib) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get occurrences count of a text field by facet.
- formEnum(BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get forms for this field, filtered by a set of docIds.
- formEnum(BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get forms for this field, filtered by a set of docIds.
- formEnum(BitSet, TagFilter, Distrib) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Count of occurrences by term for a subset of the index, defined as a BitSet.
- FormEnum - Class in com.github.oeuvres.alix.lucene.search
-
This object is outputed by an Alix field
FieldCharsAbstract, to provide list of terms with stats, for example for queries. according to filters or queries; calculated by th - FormEnum(FieldFacet) - Constructor for class com.github.oeuvres.alix.lucene.search.FormEnum
-
Build a form enumerator from an alix
FieldFacet, sharing properties useful to calcultate scores for some queries : Dictionary of formsFieldCharsAbstract.dicdocsByform[formId] = docs; count of docs by formFieldCharsAbstract.formId4docs. Σ docsByForm; global count of docs relevant for this fieldFieldAbstract.docsAll. - FormEnum(FieldText) - Constructor for class com.github.oeuvres.alix.lucene.search.FormEnum
-
Build a form enumerator from an alix
FieldText, sharing properties useful to calcultate scores for some queries : Dictionary of formsFieldCharsAbstract.dicdocsByform[formId] = docs; count of docs by formFieldCharsAbstract.formId4docs. Σ docsByForm; global count of docs relevant for this fieldFieldAbstract.docsAll. occsByform[formId] = occs; count of occurrences by formFieldText.formId4occs. Σ occsByForm; global count of occs for this fieldFieldText.occsAll. - formEnumByPart(int, int[], TagFilter, Distrib) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get scored words for a partition of the full index.
- formFilter(TagFilter) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Build a BitSet of formId for efficient filtering of forms by tags.
- formId - Variable in class com.github.oeuvres.alix.lucene.search.FormCollector.FormStats
-
Final form with stats.
- formId() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- formId() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For current form in sort order, get its formId.
- formId() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Current formId.
- formId(CharSequence) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Returns formId >= 0 if exists, or -1 if not, like
BytesRefHash.find(BytesRef) - formId(CharSequence) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Returns formId >= 0 if exists, or -1 if not, like
BytesRefHash.find(BytesRef) - formId(CharSequence) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Returns formId >= 0 if exists, or -1 if not, like
BytesRefHash.find(BytesRef) - formId(BytesRef) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Returns formId >= 0 if exists, or -1 if not, like
BytesRefHash.find(BytesRef) - formId(BytesRef) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Returns formId >= 0 if exists, or -1 if not, like
BytesRefHash.find(BytesRef) - formId(BytesRef) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Returns formId >= 0 if exists, or -1 if not, like
BytesRefHash.find(BytesRef) - formId(BytesRef, BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Check if a form is present in a partition of the index.
- formId4docs - Variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
formId4docs[formId] = docs; count of docs by form.
- formId4docs - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
formId4docs[formId] = docs; count of docs by form.
- formId4docs - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
formId4docs[formId] = docs; count of docs by form.
- formId4docs - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
formId4docs[formId] = docs; count of docs by form
FieldCharsAbstract.formId4docs. - formId4flag - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
formId4flag[formId] =
Tag.flag(); lexical type of form. - formId4freq - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
formId4freq[formId] = freq; count of occurrences for this form in documents found (hits).
- formId4hits - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
formId4hits[formId] = hits; count of docs matched or selected by form.
- formId4occs - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
formId4occs[formId] = count of occurrences for a form.
- formId4occs - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
formId4occs[formId] = occs; count of occurrences by form
FieldText.formId4occs. - formIds(CharSequence[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Returns a sorted array of formId ready for binarySearch, or null if no words found.
- formIds(CharSequence[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Returns a sorted array of formId ready for binarySearch, or null if no words found.
- formIds(CharSequence[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Returns a sorted array of formId ready for binarySearch, or null if no words found.
- formIds(CharSequence[], BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Returns a sorted array of valueId ready for binarySearch, or null if no words found.
- formIds(BytesRef[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Returns a sorted array of formId for found words, ready for binarySearch, or null if not found.
- formIds(BytesRef[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Returns a sorted array of formId for found words, ready for binarySearch, or null if not found.
- formIds(BytesRef[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Returns a sorted array of formId for found words, ready for binarySearch, or null if not found.
- FormIterator - Interface in com.github.oeuvres.alix.lucene.search
-
A contract to loop on a list of forms, accessing to different properties.
- FormIterator.Order - Enum Class in com.github.oeuvres.alix.lucene.search
-
Possible sort order.
- forms(int[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get forms in order from a vector of formId.
- forms(int[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Get forms in order from a vector of formId.
- forms(int[]) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get forms in order from a vector of formId.
- FrDics - Class in com.github.oeuvres.alix.lucene.analysis
-
Preloaded word List for lucene indexation in
HashMap. - FrDics.LexEntry - Class in com.github.oeuvres.alix.lucene.analysis
-
An entry for a dictionary te get lemma from an inflected form.
- freeze() - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Freeze the vector, no unfreeze() possible.
- freq - Variable in class com.github.oeuvres.alix.lucene.search.FormCollector.FormStats
-
Collected count.
- freq() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- freq() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
If a search has set freq by form, for the current form in sort order, get the count of matching occurrences.
- freq() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Get “freq”, amount of occurrences encountered for current form.
- freq() - Method in class com.github.oeuvres.alix.lucene.search.SuggestForm.Suggestion
-
Count of ocurrences for this form.
- freq(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
If a search has set freq by form, for the form id, get the count of matching occurrences .
- freq(String, String[]) - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
Count occurences of terms in a doc.
- freq(IndexReader, int, String, String[]) - Static method in class com.github.oeuvres.alix.lucene.search.Doc
-
Count occurences of terms in a doc.
- FREQ - Enum constant in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
occs found / occs by doc.
- FREQ - Enum constant in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Sort by count of occurrences in selected documents (partition, query…) containing this form.
- freqAll - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Occurrences found, Σ freq4form
- freqAll() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
If a search has set freq by form, get global count of matching occurrences
- freqByRank(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the form requested by rank in sort order, get count of matching occurrences.
- freqs(BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
From a set of documents provided as a BitSet, return a freqlist as an int vector, where index is the formId for the field, the value is count of occurrences of the term.
- FSDirectory - Enum constant in enum class com.github.oeuvres.alix.lucene.Alix.FSDirectoryType
-
Smart default, do its best
- ftext - Variable in class com.github.oeuvres.alix.lucene.search.Scale
-
Field name, type.
- ftype(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Returns the Alix type of a field name
- ftypeMeta - Static variable in class com.github.oeuvres.alix.lucene.Alix
-
lucene field type for alix meta type
- ftypeText - Static variable in class com.github.oeuvres.alix.lucene.Alix
-
Lucene field type for alix text field
G
- G - Enum constant in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Log test.
- G - Enum constant in enum class com.github.oeuvres.alix.util.MI
-
G = 2 Σ(Oi.ln(Oi/Ei))
- gamma(double) - Static method in class com.github.oeuvres.alix.maths.Gamma
-
Gamma function.
- Gamma - Class in com.github.oeuvres.alix.maths
-
Gamma distribution functions.
- Gamma() - Constructor for class com.github.oeuvres.alix.maths.Gamma
-
Make class non-instantiable but inheritable.
- get(int) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Get boolean value of a position.
- get(int) - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
-
Get stats by formId
- get(int) - Method in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Get value at a position.
- get(int) - Method in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Get value at a position.
- get(int) - Method in class com.github.oeuvres.alix.util.CSVReader.Row
-
Give cell by column number.
- get(int) - Method in class com.github.oeuvres.alix.util.DoubleList
-
Like
List.get(int), returns the element at the specified position in this list. - get(int) - Method in class com.github.oeuvres.alix.util.IntList
-
Get value at a position.
- get(int) - Method in class com.github.oeuvres.alix.util.IntRoller
-
Retrieves a value at a position.
- get(int) - Method in class com.github.oeuvres.alix.util.LongTuple
-
Like
List.get(int), returns the element at the specified position in this list. - get(int) - Method in class com.github.oeuvres.alix.util.Roll
- get(Tag) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Get boolean value of a position.
- get(IntPair) - Method in class com.github.oeuvres.alix.util.EdgeMap
-
Get an edge by key.
- get(String) - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
Get contents of a field as a
String. - getBoolean(String, boolean) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as a boolean with a default value.
- getBoolean(String, boolean, String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as a boolean with a default value, and an optional cookie persistence.
- getBytesRef() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- getBytesRef() - Method in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Return data as a new BytesRef that can be indexed.
- getBytesRef() - Method in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Return data as a new BytesRef that can be indexed.
- getBytesRef() - Method in class com.github.oeuvres.alix.lucene.util.Offsets
-
Return data as a new BytesRef that can be indexed.
- getChars(char[]) - Method in class com.github.oeuvres.alix.util.Chain
-
Fill a char array with the chars of this Chain.
- getChars(int, int, char[], int) - Method in class com.github.oeuvres.alix.util.Chain
-
Same as {StringBuffer#getChars()}.
- getDocId(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get the internal lucene docid of a document by Alix String id (a reserved field name)
- getEnd(int) - Method in class com.github.oeuvres.alix.lucene.util.Offsets
-
Get end offset at a position.
- getEnum(String, Enum<?>) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as an
Enumvalue that will ensure a closed list of values, with a default value if wrong. - getEnum(String, Enum<?>, String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as an
Enumvalue that will ensure a closed list of values, with a default value if wrong. - getFileName(Part) - Static method in class com.github.oeuvres.alix.web.JspTools
-
Useful for servlet 3.0 (and not 3.1).
- getFloat(String, float) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as a float with default value.
- getFloat(String, float, String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as a float with a default value, and a cookie persistence.
- getHashCode() - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Get hash code as an int.
- getId(int) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get the the id of a document by the lucene internal docid.
- getInt(String, int) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as an int with a default value.
- getInt(String, int[], int) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as an int with a default value, and a cookie persistence.
- getInt(String, int[], int, String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as an int with a default value, and a cookie persistence.
- getInt(String, int, String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as an int with a default value, and a cookie persistence.
- getIntRange(String, int[]) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get an int Range between a min and a max (included).
- getIntSet(String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Returns a set of unique int values.
- getNext() - Method in class com.github.oeuvres.alix.util.EdgeMatrix.EdgeIt
-
Search for next item in a very special order
- getQuery() - Method in class com.github.oeuvres.alix.lucene.search.BitsFromQuery
-
Returns the contained search.
- getStart(int) - Method in class com.github.oeuvres.alix.lucene.util.Offsets
-
Get start offset at a position.
- getString(String, String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as a String with a default value.
- getString(String, String, Set<String>) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as a String with a default value, or optional cookie persistence.
- getString(String, String, Set<String>, String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a request parameter as a String with a default value, or optional cookie persistence.
- getStringSet(String) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a repeated parameter as an array of String, filtered of empty strings and repeated values.
- getStringSet(String, Set<String>) - Method in class com.github.oeuvres.alix.web.JspTools
-
Get a repeated parameter as an array of String, filtered of empty strings, repeated values, and value not accepted in a set.
- getTermVector(String) - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
Get a term vector for a field of this document.
- getValue() - Method in class com.github.oeuvres.alix.util.Murmur3A
- getWrappedAnalyzer(String) - Method in class com.github.oeuvres.alix.lucene.analysis.AnalyzerAlix
- glob(CharSequence) - Method in class com.github.oeuvres.alix.util.Chain
-
Use this Chain as a glob pattern to match with a charSequence.
- globNorm(String, File) - Static method in class com.github.oeuvres.alix.util.Dir
-
Resolve relative links for glob.
- Globs - Class in com.github.oeuvres.alix.util
-
Taken from jdk7 if there is one day a problem with windows globs in
Dir.ls(String). - grow(int) - Method in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Grow the bytes buffer.
- grow(int) - Method in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Grow the bytes buffer.
- grow(int) - Method in class com.github.oeuvres.alix.lucene.util.Offsets
-
Grow the bytes buffer.
- grow(int) - Method in class com.github.oeuvres.alix.util.IntList
-
Call it before write
H
- hash - Variable in class com.github.oeuvres.alix.util.IntPair
-
Precalculate hash code
- hash - Variable in class com.github.oeuvres.alix.util.IntTuple
-
Cache an hash code
- hashCache - Variable in class com.github.oeuvres.alix.util.IntList
-
Cache an hash code
- hashCache - Variable in class com.github.oeuvres.alix.util.LongTuple
-
Cache an hash code
- hashCalc() - Method in class com.github.oeuvres.alix.util.IntPair
-
Hash function optimized for a pair of int.
- hashCode() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Same hashCode() as a String computed as
- hashCode() - Method in class com.github.oeuvres.alix.lucene.search.BitsFromQuery
- hashCode() - Method in class com.github.oeuvres.alix.util.Chain
-
Returns a hash code for this string.
- hashCode() - Method in class com.github.oeuvres.alix.util.IntList
- hashCode() - Method in class com.github.oeuvres.alix.util.IntPair
- hashCode() - Method in class com.github.oeuvres.alix.util.IntTuple
- hashCode() - Method in class com.github.oeuvres.alix.util.LongTuple
- hashOK - Variable in class com.github.oeuvres.alix.util.IntList
-
True if hash is OK
- hashOK - Variable in class com.github.oeuvres.alix.util.LongTuple
-
Should be rehashed
- hasInstance(String) - Static method in class com.github.oeuvres.alix.lucene.Alix
-
Is an Alix index already cached for this key?
- hasNext() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt.IntEnum
-
There are search left
- hasNext() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- hasNext() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- hasNext() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Like
Iterator.hasNext(), returns true if the iteration has more elements. - hasNext() - Method in class com.github.oeuvres.alix.util.EdgeIterator
- hasNext() - Method in class com.github.oeuvres.alix.util.EdgeMatrix.EdgeIt
- hasNext() - Method in class com.github.oeuvres.alix.util.EdgeMatrix.EdgeIterator
- hasNext() - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Like
Iterator.hasNext(), returns true if the iteration has more entries. - HIGHSUR - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, isHighSurrogate.
- HiliteFormatter - Class in com.github.oeuvres.alix.lucene.search
-
Creates a formatted snippet from the top passages.
- HiliteFormatter() - Constructor for class com.github.oeuvres.alix.lucene.search.HiliteFormatter
-
Creates a new DefaultPassageFormatter with the default tags.
- HiliteFormatter(String, String, String, boolean) - Constructor for class com.github.oeuvres.alix.lucene.search.HiliteFormatter
-
Creates a new DefaultPassageFormatter with custom tags.
- hint() - Method in interface com.github.oeuvres.alix.web.Link
-
Text representing advisory information about the link.
- hint() - Method in interface com.github.oeuvres.alix.web.Option
-
Text representing advisory information about the option.
- hits() - Method in class com.github.oeuvres.alix.lucene.search.BitsCollector
-
Get current number of hits (doc found).
- hits() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
If a search has set hits by form, for the current form in sort order, get the count of matching documents.
- hits() - Method in class com.github.oeuvres.alix.lucene.search.SuggestForm.Suggestion
-
Count of documents with this form.
- hits(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
If a search has set hits by form, for the form requested by id, get the count of matching documents.
- HITS - Enum constant in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Sort by count of selected documents (partition, query…) containing this form.
- hitsAll - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Count of unique documents found.
- hitsAll() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
If a search has set hits by form, total count of unique documents found.
- hitsByRank(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
If a search has set hits by form, for the form by rank in sort order, get the count of matching documents.
- href() - Method in interface com.github.oeuvres.alix.web.Link
-
The link to page relative to root
- htf - Enum constant in enum class com.github.oeuvres.alix.web.Mime
-
html alternative
- html - Enum constant in enum class com.github.oeuvres.alix.web.Mime
-
html
- html(boolean) - Method in interface com.github.oeuvres.alix.web.Option
-
Print this option as HTML.
- html(Object...) - Method in enum class com.github.oeuvres.alix.web.Error
-
Output an html view for this error with possible arguments.
- HTML - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- HTMLENT - Static variable in class com.github.oeuvres.alix.util.ML
-
HTML entities
- hypergeometric(int, int, int, int) - Static method in class com.github.oeuvres.alix.maths.Calcul
-
Find a hypergeometric distribution.
- hypergeometricProbability(int, int, int, int, int) - Static method in class com.github.oeuvres.alix.maths.Fisher
-
Compute hypergeometric probability.
I
- id() - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
Returns the persistent String id of the document.
- id() - Method in class com.github.oeuvres.alix.util.TopArray.IdScore
-
Get the id of the entry.
- id(String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Set id, caller should ensure unicity.
- idf - Variable in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
A theoretical inverse document frequency.
- idf(double, double, double) - Method in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Set an inverse document frequency for tf-idf like scoring.
- ignorableWhitespace(char[], int, int) - Method in class com.github.oeuvres.alix.lucene.AlixSAXIndexer
- inc() - Method in class com.github.oeuvres.alix.util.Edge
-
Increment count.
- inc(int) - Method in class com.github.oeuvres.alix.util.DoubleList
-
Increment value at a position
- inc(int) - Method in class com.github.oeuvres.alix.util.IntList
-
Increment value at a position.
- inc(int, int) - Method in class com.github.oeuvres.alix.util.EdgeMap
-
Increment an edge.
- inc(int, int) - Method in class com.github.oeuvres.alix.util.EdgeMatrix
-
Increment a cell if both node values are in the set of accepted values
EdgeMatrix.nodeLookup, or do nothing and return false if at least one value is not found. - incByIndex(int, int) - Method in class com.github.oeuvres.alix.util.EdgeMatrix
-
Expert, modify a cell by node index, more efficient if lookup has been done by caller.
- include(List<Path>, String) - Static method in class com.github.oeuvres.alix.util.Dir
-
Add files to a list with a glob.
- incompleteGamma(double, double) - Static method in class com.github.oeuvres.alix.maths.Gamma
-
Cumulative probability density function for the incomplete gamma function.
- incompleteGamma(double, double, int, int) - Static method in class com.github.oeuvres.alix.maths.Gamma
-
Cumulative probability density function for the incomplete gamma function.
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterAposHyphenFr
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterCloud
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterFind
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterFrPersname
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterHTML
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterLemmatize
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterLocution
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterOrth
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterStats
- incrementToken() - Method in class com.github.oeuvres.alix.lucene.analysis.TokenizerML
- index(IndexWriter, List<Path>, String) - Static method in class com.github.oeuvres.alix.lucene.XMLIndexer
-
Indexation of a list of XML file in a lucene index.
- indexOf(char) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
First position of a char.
- indexOf(Object) - Method in class com.github.oeuvres.alix.util.Roll
- info - Variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Infos about the lucene field.
- info - Variable in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Infos about the lucene field.
- info - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Infos about the lucene field.
- info - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
Infos about the lucene field.
- info(Enum<?>) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get infos for a field.
- info(Object) - Static method in class com.github.oeuvres.alix.lucene.XMLIndexer
-
Log info.
- info(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get infos for a field.
- insert(int, CharSequence) - Method in class com.github.oeuvres.alix.util.Chain
-
Insert chars at a position, moving possible chars after the inserted ones.
- insert(int, CharSequence, int, int) - Method in class com.github.oeuvres.alix.util.Chain
-
Insert chars at a position, moving possible chars after the inserted ones.
- Insert - Class in com.github.oeuvres.alix.sqlite
-
Index words and lemma a set of html files in an SQLite base
- INSERTION - Enum constant in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Sort in order of insertion, without the duplicates.
- instance(String) - Static method in class com.github.oeuvres.alix.lucene.Alix
-
Retrieve by key an alix instance from the pool.
- instance(String, Path) - Static method in class com.github.oeuvres.alix.lucene.Alix
-
Get a a lucene directory index by file path, from cache, or created.
- instance(String, Path, Analyzer, Alix.FSDirectoryType) - Static method in class com.github.oeuvres.alix.lucene.Alix
-
Get a a lucene directory index by file path, from cache, or created.
- INT - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- int2date(int) - Static method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
17530301 → 1753-03-01, 17530000 → 1753
- intersect(String, int) - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
Get the search shared between 2 documents.
- intField(String, int) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
An int field, unique for a document, for sorting and grouping, ex: year.
- IntList - Class in com.github.oeuvres.alix.util
-
A mutable list of ints.
- IntList() - Constructor for class com.github.oeuvres.alix.util.IntList
-
Simple constructor.
- IntList(int) - Constructor for class com.github.oeuvres.alix.util.IntList
-
Constructor with an estimated size.
- IntList(int[]) - Constructor for class com.github.oeuvres.alix.util.IntList
-
Wrap an existing int array.
- IntPair - Class in com.github.oeuvres.alix.util
-
A mutable pair of ints.
- IntPair(int, int) - Constructor for class com.github.oeuvres.alix.util.IntPair
-
Building from non mutable value.
- IntPair(IntPair) - Constructor for class com.github.oeuvres.alix.util.IntPair
-
Cloning.
- IntPairMutable - Class in com.github.oeuvres.alix.util
- IntPairMutable() - Constructor for class com.github.oeuvres.alix.util.IntPairMutable
-
Empty ocnstructor.
- IntRoller - Class in com.github.oeuvres.alix.util
-
An efficient rolling array of
intwithout creation of elements. - IntRoller(int) - Constructor for class com.github.oeuvres.alix.util.IntRoller
-
Create a roller with a fixed number of positions.
- IntSeries - Class in com.github.oeuvres.alix.util
-
A mutable list of ints with useful metadata, for example to calculate average.
- IntSeries(int, String, String, int, int) - Constructor for class com.github.oeuvres.alix.util.IntSeries
-
Constructor for a statistic series with minimal metadata.
- IntTuple - Class in com.github.oeuvres.alix.util
-
A non mutable list of ints, designed to be a good key in an Hashmap.
- IntTuple(int) - Constructor for class com.github.oeuvres.alix.util.IntTuple
-
Constructor with an estimated size.
- isDigit(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is Numeric, like
Character.isDigit(char). - isEmpty() - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Returns true if empty.
- isEmpty() - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
- isEmpty() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Test if there is no chars registred.
- isEmpty() - Method in class com.github.oeuvres.alix.util.Chain
-
Is Chain with no chars ?
- isEmpty() - Method in class com.github.oeuvres.alix.util.IntList
-
Test if vector is empty
- isEmpty() - Method in class com.github.oeuvres.alix.util.Roll
- isEmpty() - Method in class com.github.oeuvres.alix.util.Roller
-
Returns
trueif this collection contains no elements. - isFirstUpper() - Method in class com.github.oeuvres.alix.util.Chain
-
Is first letter Upper case ?
- isFrozen() - Method in class com.github.oeuvres.alix.fr.TagFilter
-
If vector is frozen, no more modification are allowed.
- isHighSurrogate(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is the first short of a supplemental unicode codepoint, like
Character.isHighSurrogate(char). - isInEnt(char) - Static method in class com.github.oeuvres.alix.util.ML
-
Is it a char allowed in an entity code ?
- isInsertable(double) - Method in class com.github.oeuvres.alix.util.TopArray
-
Test if score is insertable.
- isInsertable(float) - Method in class com.github.oeuvres.alix.util.Top
-
Test if score is insertable.
- isLetter(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a letter
Character.isLetter(char). - isLetterOrDigit(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a letter or a digit, like
Character.isLetterOrDigit(char). - isLocution(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Is this formId a locution ?
- isLowerCase(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a lower case letter, like
Character.isLowerCase(char). - isLowSurrogate(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is the second short of a supplemental unicode codepoint, like
Character.isLowSurrogate(char). - isMath(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a Mathematic symbol, see
Character.MATH_SYMBOL. - isPUNcl(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a punctuation mark of clause level (insisde a sentence) (,;: etc.)
- isPunctuation(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a punctuation mark between words.
- isPunctuation(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Is this formId a punctuation ?
- isPunctuationOrSpace(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is punctuation or space.
- isPUNsent(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a punctuation mark of sentence break level (!?.
- isSpace(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a "whitespace" according to ISO (space, tabs, new lines) and also for Unicode (non breakable spoaces),
Character.isSpaceChar(char),Character.isWhitespace(char). - isStop(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Is this formId a StopWord ?
- isStop(CharsAttImpl) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Test if the requested chars are in the stop word dictionary.
- isStop(BytesRef) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Test if the requested chars are in the stop word dictionary.
- isToken(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is a word character, letter, but also, '’-_ and some other tweaks for lexical parsing.
- isUpperCase(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Is an upper case letter, like
Character.isUpperCase(char). - iterator() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Enumerator on all values of the int field with different stats.
- iterator() - Method in class com.github.oeuvres.alix.util.EdgeMap
- iterator() - Method in class com.github.oeuvres.alix.util.EdgeMatrix
-
Return an iterator on data
- iterator() - Method in class com.github.oeuvres.alix.util.EdgeQueue
- iterator() - Method in class com.github.oeuvres.alix.util.Roll
- iterator() - Method in class com.github.oeuvres.alix.util.Top
- iterator() - Method in class com.github.oeuvres.alix.util.TopArray
J
- JACCARD - Enum constant in enum class com.github.oeuvres.alix.util.MI
-
m11 / (m10 + m01 + m11)
- JarResolver - Class in com.github.oeuvres.alix.xml
-
Resolve XSL url fro a jar.
- JarResolver() - Constructor for class com.github.oeuvres.alix.xml.JarResolver
-
Default constructor.
- json - Enum constant in enum class com.github.oeuvres.alix.web.Mime
-
json
- json(Object...) - Method in enum class com.github.oeuvres.alix.web.Error
-
Output a json view for this error
- JspTools - Class in com.github.oeuvres.alix.web
-
Jsp toolbox.
- JspTools(PageContext) - Constructor for class com.github.oeuvres.alix.web.JspTools
-
Wrap the global jsp variables.
L
- label - Variable in enum class com.github.oeuvres.alix.fr.Tag
-
A french label for humans
- label - Variable in class com.github.oeuvres.alix.util.Edge
-
For information, an optional label
- label() - Method in enum class com.github.oeuvres.alix.fr.Tag
-
Return the String value of the tag.
- label() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns the label set by constructor.
- label() - Method in interface com.github.oeuvres.alix.web.Link
-
A text label for a link.
- label() - Method in interface com.github.oeuvres.alix.web.Option
-
A text label for an option.
- label(int) - Static method in enum class com.github.oeuvres.alix.fr.Tag
-
Get Tag label by number identifier.
- last() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Set enumerator to last element.
- last() - Method in class com.github.oeuvres.alix.util.Chain
-
Last char.
- last() - Method in class com.github.oeuvres.alix.util.IntList
-
Get last value or cry if list is empty.
- last(char) - Method in class com.github.oeuvres.alix.util.Chain
-
Set last char (right)
- last(double, double) - Method in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
For some scorer (not tf-idf like) like G-Test or Chi2, ΣOi = ΣEi = N.
- lastChar() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Get last char
- lastDel() - Method in class com.github.oeuvres.alix.util.Chain
-
Remove last char (right), by modification of pointers.
- lastDel(int) - Method in class com.github.oeuvres.alix.util.Chain
-
Remove an amount of chars from end (right).
- lastIndexOf(char) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Find index of last occurrence of a char.
- lastIndexOf(Object) - Method in class com.github.oeuvres.alix.util.Roll
- LEAF - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Flag for compound, end of term
- legend(int) - Method in class com.github.oeuvres.alix.lucene.search.Scale
-
For each dot, his occurrence index, a label like a year, and a doc order.
- lem - Variable in class com.github.oeuvres.alix.lucene.analysis.FrDics.LexEntry
-
lemma form.
- LemAtt - Interface in com.github.oeuvres.alix.lucene.analysis.tokenattributes
-
Lucene token attribute for lemma event.
- LemAttImpl - Class in com.github.oeuvres.alix.lucene.analysis.tokenattributes
-
Custom
CharTermAttributeused to normalize a lemma form of a token. - LemAttImpl() - Constructor for class com.github.oeuvres.alix.lucene.analysis.tokenattributes.LemAttImpl
-
Default constructor;
- length - Variable in class com.github.oeuvres.alix.lucene.search.Scale.Tick
-
count of occurrences
- length - Variable in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Byte length of the buffer, updated on put
- length - Variable in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Byte length of the buffer, updated on put
- length - Variable in class com.github.oeuvres.alix.lucene.util.Offsets
-
Byte length of the buffer, updated on put
- length() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- length() - Method in class com.github.oeuvres.alix.lucene.search.Scale
-
Returns the total count of occurrences for this scale.
- length() - Method in class com.github.oeuvres.alix.util.Chain
- length() - Method in class com.github.oeuvres.alix.util.EdgeIterator
-
Count of elements.
- length() - Method in class com.github.oeuvres.alix.util.Top
-
Return the count of elements
- length() - Method in class com.github.oeuvres.alix.util.TopArray
-
Return the count of elements inserted, maybe lesser than initial
TopArray.sizeif not yet full. - length(String) - Method in class com.github.oeuvres.alix.lucene.search.Doc
-
Return the count of tokens of this doc for field.
- length(Terms) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Count document size by the positions in the term vector.
- LETTER - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, a letter
- LETTER_OR_DIGIT - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, composite shortcut, word char.
- LexEntry(Chain, Chain, Chain, Chain) - Constructor for class com.github.oeuvres.alix.lucene.analysis.FrDics.LexEntry
-
Full constructor with cells coming from a
CSVReader - limit() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- limit() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- limit() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Get the amout of rows for this iterator.
- limit(int) - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- limit(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- limit(int) - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Set a limit, may be efficient when collecting top rows according to a sort, like SQL LIMIT.
- line() - Method in class com.github.oeuvres.alix.util.CSVReader
-
Last line number.
- Link - Interface in com.github.oeuvres.alix.web
-
Automates tabs link in a navigation bar.
- list(String, TagFilter) - Method in class com.github.oeuvres.alix.lucene.search.SuggestForm
-
Find list of formId in the dictionary of a field by .
- listIterator() - Method in class com.github.oeuvres.alix.util.Roll
- listIterator(int) - Method in class com.github.oeuvres.alix.util.Roll
- LN10 - Static variable in class com.github.oeuvres.alix.maths.Constants
-
LN(10) .
- LN10INV - Static variable in class com.github.oeuvres.alix.maths.Constants
-
1 / LN(10)
- LN2 - Static variable in class com.github.oeuvres.alix.maths.Constants
-
LN(2)
- LN2INV - Static variable in class com.github.oeuvres.alix.maths.Constants
-
1 / LN(2)
- LNPI - Static variable in class com.github.oeuvres.alix.maths.Constants
-
Natural log of PI.
- LNSQRT2PI - Static variable in class com.github.oeuvres.alix.maths.Constants
-
LN( Sqrt( 2 * PI ) )
- load(File) - Method in class com.github.oeuvres.alix.lucene.AlixTxtIndexer
-
Provide a filename for the documents to be processed.
- load(File) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Load a file as a dictionary.
- load(Reader) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Insert a local csv (comma separated values) dictionary of 4 cols: 0.
- Load - Class in com.github.oeuvres.alix.cli
-
Load an XML/TEI corpus in a custom Lucene index for Alix.
- Load() - Constructor for class com.github.oeuvres.alix.cli.Load
-
Default constructor.
- LOC - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Locution (maybe substantive, conjunction…)
- LOC - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Accept locutions
- locale - Variable in class com.github.oeuvres.alix.lucene.Alix
-
A locale used for sorting search
- logCombination(int, int) - Static method in class com.github.oeuvres.alix.maths.Fisher
-
Compute log of number of combinations of n things taken k at a time.
- logFactorial(int) - Static method in class com.github.oeuvres.alix.maths.Factorial
-
Computes the natural log of n factorial.
- logGamma(double) - Static method in class com.github.oeuvres.alix.maths.Gamma
-
Calculate log of Gamma function.
- longFactorials - Static variable in class com.github.oeuvres.alix.maths.Factorial
-
n!
- LongTuple - Class in com.github.oeuvres.alix.util
-
A fixed list of longs, useful in arrays to be sorted.
- LongTuple(int) - Constructor for class com.github.oeuvres.alix.util.LongTuple
-
Constructor setting the size.
- LongTuple(long, long) - Constructor for class com.github.oeuvres.alix.util.LongTuple
-
Build a pair.
- LongTuple(long, long, long) - Constructor for class com.github.oeuvres.alix.util.LongTuple
-
Build a 3-tuple.
- LOWERCASE - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, lower case letter.
- LOWSUR - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, isLowSurrogate.
- ls(String) - Static method in class com.github.oeuvres.alix.util.Dir
-
List files by glob.
M
- MACHEPS - Static variable in class com.github.oeuvres.alix.maths.Constants
-
Machine epsilon.
- main(String[]) - Static method in class com.github.oeuvres.alix.cli.Balinoms
-
Run the Class.
- main(String[]) - Static method in class com.github.oeuvres.alix.cli.Load
-
Send index loading.
- main(String[]) - Static method in class com.github.oeuvres.alix.lucene.AlixTxtIndexer
-
Direct indexation.
- mark() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Record actual size of string to go back to this state with @see #rewind(), like @see java.io.Reader#mark(int).
- mark(String) - Method in class com.github.oeuvres.alix.lucene.search.Marker
-
Mark a text with compiled autoaton.
- mark(String, String) - Static method in class com.github.oeuvres.alix.lucene.search.SuggestForm
-
With a found word and an ASCII search, propose an highlighted version.
- marked() - Method in class com.github.oeuvres.alix.lucene.search.SuggestForm.Suggestion
-
Form with query hilited.
- Marker - Class in com.github.oeuvres.alix.lucene.search
-
A light hiliter using a Lucene analyzer and a compiled automaton, designed for short texts (ex: show found words when searching in titles).
- Marker(Analyzer, String) - Constructor for class com.github.oeuvres.alix.lucene.search.Marker
-
Build an hiliter with an analyzer, and a query.
- MATH - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Math operator
- MATH - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, math operator.
- max - Variable in class com.github.oeuvres.alix.util.IntSeries
-
Max value
- max() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Get the maximum value.
- max() - Method in class com.github.oeuvres.alix.lucene.search.Scale
-
Maximun value of this scale.
- max() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns maximum value of the series.
- max() - Method in class com.github.oeuvres.alix.util.Top
-
Returns the maximum score.
- max() - Method in class com.github.oeuvres.alix.util.TopArray
-
Returns the maximum score.
- maxDoc - Variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
One greater than the largest possible docId.
- maxDoc - Variable in class com.github.oeuvres.alix.lucene.search.FieldInt
-
One greater than the largest possible docId.
- maxDoc - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
One greater than the largest possible docId.
- maxDoc - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
One greater than the largest possible docId.
- maxDoc() - Method in class com.github.oeuvres.alix.lucene.Alix
-
IndexReader.maxDoc() - maxDoc() - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Returns one greater than the largest possible document number.
- maxDoc() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Returns one greater than the largest possible document number.
- maxDoc() - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Returns one greater than the largest possible document number.
- maxDoc() - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Returns one greater than the largest possible document number.
- maxForm - Variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Number of different values found = biggest formId + 1.
- maxForm - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Number of different values found = biggest formId + 1.
- maxForm - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
Number of different values found = biggest formId + 1.
- maxForm() - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Count of different values.
- maxForm() - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Count of different values.
- maxForm() - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Count of different values.
- MAXGAM - Static variable in class com.github.oeuvres.alix.maths.Gamma
-
Maximum value for which gamma which can be computed.
- MAXLOG - Static variable in class com.github.oeuvres.alix.maths.Constants
-
Maximum logarithm value.
- MAXPREC - Static variable in class com.github.oeuvres.alix.maths.Constants
-
Machine precision in decimal digits .
- mean - Variable in class com.github.oeuvres.alix.util.IntSeries
-
Arithmetic mean
- mean() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns arithmetic mean of the series.
- median - Variable in class com.github.oeuvres.alix.util.IntSeries
-
Median value
- median() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns median of the series.
- META - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- metaField(String, String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
A searchable field allowing hiliting and frequency stats.
- mi - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
A mutual information equation for scoring edges
- mi(MI) - Method in class com.github.oeuvres.alix.util.EdgeMatrix
-
Set a correlation indice.
- MI - Enum Class in com.github.oeuvres.alix.util
-
Some algorithms to score co-occurrency.
- Mime - Enum Class in com.github.oeuvres.alix.web
-
List of mime types.
- min - Variable in class com.github.oeuvres.alix.util.IntSeries
-
Min value
- min() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Get the minimum value.
- min() - Method in class com.github.oeuvres.alix.lucene.search.Scale
-
Minimum value of this scale.
- min() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns minimum value of the series.
- min() - Method in class com.github.oeuvres.alix.util.Top
-
Returns the minimum score.
- min() - Method in class com.github.oeuvres.alix.util.TopArray
-
Returns the minimum score.
- MINLOG - Static variable in class com.github.oeuvres.alix.maths.Constants
-
Minimum logarithm value.
- minmax(BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Return min-max value for a set of docs.
- MISC - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Misc
- missing() - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Check which required field has not been set.
- ML - Class in com.github.oeuvres.alix.util
-
Some useful tools to deal with “Markup Languages” (xml, but also html tag soup)
- MMapDirectory - Enum constant in enum class com.github.oeuvres.alix.lucene.Alix.FSDirectoryType
-
Memory Map
- mode - Variable in class com.github.oeuvres.alix.util.IntSeries
-
Mode value
- mode() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns mode of the series (most frequent value).
- murmur - Variable in class com.github.oeuvres.alix.util.IntList
-
Hash code producer
- murmur - Variable in class com.github.oeuvres.alix.util.LongTuple
-
Hash code producer
- Murmur3A - Class in com.github.oeuvres.alix.util
-
Murmur3A (murmurhash3_x86_32) Source: https://github.com/greenrobot/essentials/blob/master/java-essentials/src/main/java/org/greenrobot/essentials/hash/Murmur3A.java
- Murmur3A() - Constructor for class com.github.oeuvres.alix.util.Murmur3A
-
Constructor with no seed.
- Murmur3A(int) - Constructor for class com.github.oeuvres.alix.util.Murmur3A
-
Constructor with a seed.
N
- name - Variable in enum class com.github.oeuvres.alix.fr.Tag
-
A name without spaces
- name - Variable in class com.github.oeuvres.alix.lucene.Alix
-
Name of the base
- name() - Method in class com.github.oeuvres.alix.lucene.Alix
-
Returns name of this index.
- name() - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get name of this field.
- name() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Get name of this field.
- name() - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Get name of this field.
- name() - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get name of this field.
- name() - Method in class com.github.oeuvres.alix.util.IntSeries
-
Returns the name set by constructor.
- name(int) - Static method in enum class com.github.oeuvres.alix.fr.Tag
-
Get Tag name by number identifier.
- name(CharsAttImpl) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Get a dictionary entry from the name dictionary with a reusable
CharTermAttributeimplementation. - NAME - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Proper name, unknown from dictionaries
- NAME - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Accept all forms known as names
- NAME - Static variable in class com.github.oeuvres.alix.lucene.Alix
-
Name of the application (for messages)
- NAMEauthor - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Author name
- NAMEevent - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Event name
- NAMEfict - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Fiction character name
- NAMEgod - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
God name
- nameOld(String) - Static method in class com.github.oeuvres.alix.cli.Load
-
Factor construction of old index name.
- NAMEorg - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Organisation name
- NAMEpeople - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
People name
- NAMEpers - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Personal name
- NAMEpersf - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Feminine firstname
- NAMEpersm - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Masculine firstname
- NAMEplace - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Place name
- Names - Class in com.github.oeuvres.alix
-
List of static names for Alix.
- NAMES - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
French names on which keep Capitalization
- nameTmp(String) - Static method in class com.github.oeuvres.alix.cli.Load
-
Factor construction of temp index name.
- nav(HttpServletRequest, String) - Method in interface com.github.oeuvres.alix.web.Link
-
Loop on tabs to build a nav bar.
- newCollector() - Method in class com.github.oeuvres.alix.lucene.search.BitsCollectorManager
- next() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt.IntEnum
-
Advance the cursor to next value.
- next() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- next() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- next() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Like
Iterator.next(), returns the next element identifier in enumeration. - next() - Static method in class com.github.oeuvres.alix.lucene.XMLIndexer
-
A synchonized method to get the next file to index.
- next() - Method in class com.github.oeuvres.alix.util.CSVReader.Row
-
Give next cell or null if no more
- next() - Method in class com.github.oeuvres.alix.util.EdgeIterator
- next() - Method in class com.github.oeuvres.alix.util.EdgeMatrix.EdgeIt
- next() - Method in class com.github.oeuvres.alix.util.EdgeMatrix.EdgeIterator
- next() - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Like
Iterator.next(), returns the next entry in enumeration. - nextSquare(int) - Static method in class com.github.oeuvres.alix.maths.Calcul
-
Get the power of 2 equals or next to an Integer, useful for some efficient data structures.
- nextSquare(long) - Static method in class com.github.oeuvres.alix.maths.Calcul
-
Return the least power of two greater than or equal to the specified value.
- NIOFSDirectory - Enum constant in enum class com.github.oeuvres.alix.lucene.Alix.FSDirectoryType
-
File channel
- NO_ZERO - Static variable in class com.github.oeuvres.alix.util.TopArray
-
Flag, strip 0 values
- nodeIndex(int) - Method in class com.github.oeuvres.alix.util.EdgeMatrix
-
Get the nodeIndex of a nodeValue.
- nodeLen - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
Size of a side
- nodeLookup - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
Lookup nodeValue → nodeIndex
- nodeOccs - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
Global occurrences by nodeIndex for scoring
- nodes - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
Original set of node,
- nodeUniq - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
NodeId sorted without duplicate
- norm(CharsAttImpl) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Get normalized orthographic form for a real grapphical form in text.
- NORM - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Graphic normalization (replacement)
- normalize(CharSequence, char) - Static method in class com.github.oeuvres.alix.util.Chain
-
Like xpath normalize-space(), normalize a char used as a separator, maybe useful for url paths.
- normalize(CharSequence, String, char) - Static method in class com.github.oeuvres.alix.util.Chain
-
Like xpath normalize-space(), replace a set of chars, maybe repeated, for example space chars "\t\n ", by only one char, for example space ' '.
- nos(TopDocs) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Use a list of search as a navigator for a list of doc ids.
- NOSTOP - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Non stop word
- NOSTOP - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Refuse stop words
- NOSTOP_LOC - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Refuse stop words, bu accept locutions.
- NOTALIX - Static variable in class com.github.oeuvres.alix.Names
-
For information
- NOTFOUND - Static variable in class com.github.oeuvres.alix.Names
-
For information
- NULL - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
No information
- NUM - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Numeral, other than below
- NUMno - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Ordinal
- NUMunit - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Units
O
- observed(double, double, double, double) - Method in enum class com.github.oeuvres.alix.util.MI
-
Returns the four observed {Oab, Oa!
- occs() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the current form in sort order, get the global count of occurrences.
- occs(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
How many occs for this term in all index ?
- occs(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the form requested by id, get the global count of occurrences.
- occs(String) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get global length (occurrences) for a form.
- occs(String[], BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Return count of occurrences for a set of forms with a doc filter.
- occs(IndexReader, int, String, FieldQuery) - Static method in class org.apache.lucene.search.vectorhighlight.docStats
-
Get count of matching tokens in a document from a query.
- occs(BytesRef) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Get global length (occurrences) for a form.
- OCCS - Enum constant in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Count of occs found.
- OCCS - Enum constant in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Sort by total count of all occurrences in all documents containing this form.
- OCCS - Enum constant in enum class com.github.oeuvres.alix.util.MI
-
Oab
- occsAll - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
Σ occsByForm; global count of occs for this field, without empty positions.
- occsAll - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Σ occsByForm
- occsAll - Variable in class com.github.oeuvres.alix.util.EdgeMatrix
-
Global count of occurrences for scoring
- occsAll() - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Global count of occurrences (except empty positions) for all index.
- occsAll() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Global count of occurrences for this field.
- occsByDoc(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Total count of occurrences (except empty positions) for a docId.
- occsByRank(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the form requested by rank in sort order, get the global count of occurrences.
- offer(E) - Method in class com.github.oeuvres.alix.util.Roll
- offsets() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterStats
-
Return the offsets index for a document, ready to be indexed.
- Offsets - Class in com.github.oeuvres.alix.lucene.util
-
Data structure to write and read the “offsets” of a document.
- Offsets() - Constructor for class com.github.oeuvres.alix.lucene.util.Offsets
-
Create buffer for read
BinaryValue.open(BytesRef)(write is possible afterBinaryValue.reset()). - Offsets(int) - Constructor for class com.github.oeuvres.alix.lucene.util.Offsets
-
Create buffer for write with initial size (growing is possible).
- onWrite(int) - Method in class com.github.oeuvres.alix.util.DoubleList
-
Call it before write
- open(BytesRef) - Method in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Open offsets in a stored field.
- open(BytesRef) - Method in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Open offsets in a stored field.
- open(BytesRef) - Method in class com.github.oeuvres.alix.lucene.util.Offsets
-
Open offsets in a stored field.
- Option - Interface in com.github.oeuvres.alix.web
-
An html <option>.
- options() - Method in interface com.github.oeuvres.alix.web.Option
-
Print all options as HTML.
- options(String) - Method in interface com.github.oeuvres.alix.web.Option
-
Output options as html <option> in order of a space separated list of tokens.
- org.apache.lucene.search.vectorhighlight - package org.apache.lucene.search.vectorhighlight
- orth - Variable in class com.github.oeuvres.alix.lucene.analysis.FrDics.LexEntry
-
Inflected form.
- OrthAtt - Interface in com.github.oeuvres.alix.lucene.analysis.tokenattributes
-
A recast of CharsAtt
- OrthAttImpl - Class in com.github.oeuvres.alix.lucene.analysis.tokenattributes
-
Custom
CharTermAttributeused to normalize an orthographic form of a token. - OrthAttImpl() - Constructor for class com.github.oeuvres.alix.lucene.analysis.tokenattributes.OrthAttImpl
-
Default constructor.
- out - Variable in class com.github.oeuvres.alix.web.JspTools
-
Where to write
P
- page - Variable in class com.github.oeuvres.alix.web.JspTools
-
Jsp page context
- parent - Variable in enum class com.github.oeuvres.alix.fr.Tag
-
The first hexa digit, used as a type grouping
- parent(int) - Static method in enum class com.github.oeuvres.alix.fr.Tag
-
Return parent Tag by number
- pars() - Method in interface com.github.oeuvres.alix.web.Link
-
Http parameters to keep on links
- parse(File) - Method in class com.github.oeuvres.alix.cli.Load
-
Parse properties to produce an alix lucene index
- parse(String) - Static method in class com.github.oeuvres.alix.sqlite.Insert
-
Parse an XML content to index lexical events in SQLite.
- parse(String, PrintWriter) - Method in class com.github.oeuvres.alix.cli.Balinoms
-
Tag name in an XML string.
- parseInt(String) - Static method in class com.github.oeuvres.alix.maths.Calcul
-
From http://nadeausoftware.com/articles/2009/08/java_tip_how_parse_integers_quickly Parse an integer very quickly, without sanity checks.
- PARTdem - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Demonstrative particle
- PARTICLES - Static variable in class com.github.oeuvres.alix.lucene.analysis.FilterFrPersname
-
Particles in names
- path - Variable in class com.github.oeuvres.alix.lucene.Alix
-
Normalized path
- peek() - Method in class com.github.oeuvres.alix.util.Roll
- peekFirst() - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Give a pointer on the first attributes of the queue.
- peekFirst(AttributeSource) - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Copy the first attributes in the queue to the specified target, to change indexation state.
- PERS - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Proper names known as persons
- PLACE - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Proper names known as places
- pointer(int) - Method in class com.github.oeuvres.alix.util.Roller
-
Get pointer on the data array from a position.
- poll() - Method in class com.github.oeuvres.alix.util.Roll
- pool - Static variable in class com.github.oeuvres.alix.lucene.Alix
-
Pool of instances, unique by path
- pos() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterStats
-
Returns the current position (or length when stream is consumed).
- positions(BytesRef[], BitSet) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
For an ordered set of forms as bytes, obtained from
FieldCharsAbstract.bytesSorted(CharSequence[])orFieldCharsAbstract.bytesSorted(int[]), get an ordered list of positions by docId. - postTag - Variable in class com.github.oeuvres.alix.lucene.search.HiliteFormatter
-
text that will appear after highlighted search
- PPMI - Enum constant in enum class com.github.oeuvres.alix.util.MI
-
Normalized Mutual Information.
- PREFIX - Static variable in class com.github.oeuvres.alix.lucene.analysis.FilterAposHyphenFr
-
Ellisions prefix
- PREP - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Preposition
- prepend(char) - Method in class com.github.oeuvres.alix.util.Chain
-
Append a char at start (left).
- prepend(CharSequence) - Method in class com.github.oeuvres.alix.util.Chain
-
Append a char sequence at start (left).
- prepend(CharSequence, int, int) - Method in class com.github.oeuvres.alix.util.Chain
-
Append a char sequence at start (left).
- prependChars(String, int, Chain, int) - Static method in class com.github.oeuvres.alix.util.ML
-
Used to build a concordance.
- prependWords(String, int, Chain, int) - Static method in class com.github.oeuvres.alix.util.ML
-
Used to build a concordance.
- preTag - Variable in class com.github.oeuvres.alix.lucene.search.HiliteFormatter
-
text that will appear before highlighted search
- PRO - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Pronouns, other than below
- processingInstruction(String, String) - Method in class com.github.oeuvres.alix.lucene.AlixSAXIndexer
- PROdem - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Demonstrative pronouns
- PROindef - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Indefinite pronouns
- PROpers - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Personal pronouns
- PROposs - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Possessive pronouns
- props - Variable in class com.github.oeuvres.alix.lucene.Alix
-
User properties for the base, freely set or modified
- props(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Get the internal properties for a char as flags.
- PUN - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Punctuation, other than below
- PUNclause - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Clause punctuation
- PUNclause - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, punctuation char for clause in a sentence.
- PUNCTUATION - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, punctuation char
- PUNCTUATION_OR_SPACE - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, composite shortcut, word separator.
- PUNpara - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Paragraph punctuation
- PUNsection - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Section punctuation
- PUNsent - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Sentence punctuation
- PUNsent - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, punctuation char for sentence.
- push(double[]) - Method in class com.github.oeuvres.alix.util.TopArray
-
Push a list of scores where id is the index of the score in the array, data[id] = score.
- push(double, E) - Method in class com.github.oeuvres.alix.util.Top
-
Push a new Pair, keep it in the top if score is bigger than the smallest.
- push(int) - Method in class com.github.oeuvres.alix.util.IntList
-
Push one value at the end
- push(int[]) - Method in class com.github.oeuvres.alix.util.IntList
-
Push a copy of an int array at the end.
- push(int[]) - Method in class com.github.oeuvres.alix.util.TopArray
-
Push a list of scores where id is the index of the score in the array, data[id] = score.
- push(int, double) - Method in class com.github.oeuvres.alix.util.TopArray
-
Push a new (id, score) entry, keep it in the top if score is bigger than the smallest.
- push(int, int) - Method in class com.github.oeuvres.alix.util.EdgeQueue
-
Add an edge.
- push(int, int) - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Add an edge.
- push(long[]) - Method in class com.github.oeuvres.alix.util.TopArray
-
Push a list of scores where id is the index of the score in the array, data[id] = score.
- put(int, int) - Method in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Put a value at a posiion.
- put(int, int) - Method in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Put a value at a posiion.
- put(int, int, int) - Method in class com.github.oeuvres.alix.lucene.util.Offsets
-
Put a couple of int.
- put(int, long, double) - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
-
Put a stats row for form id.
- put(Edge) - Method in class com.github.oeuvres.alix.util.EdgeMap
-
Store an edge, key to retrieve is build on the pair (
Edge.sourceId,Edge.targetId).
Q
- Q_NONE - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 400
- Q_NOTFOUND - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 404
- quartile - Variable in class com.github.oeuvres.alix.util.IntSeries
-
Quartile data
- quartile(int) - Method in class com.github.oeuvres.alix.util.IntSeries
-
Get a quartile.
- query(String, String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Build a lucene
Queryfrom a userString. - query(String, String, Analyzer) - Static method in class com.github.oeuvres.alix.lucene.Alix
-
Build a lucene
Queryfrom a queryString. - query(String, String, Analyzer, BooleanClause.Occur) - Static method in class com.github.oeuvres.alix.lucene.Alix
-
Build a lucene
Queryfrom a queryString. - queryString(String[]) - Method in class com.github.oeuvres.alix.web.JspTools
-
Build a query string from a set of parameters names, values are taken from http request.
R
- rail(Terms, IntList) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Flatten search of a document in a position order, according to the dictionary of search.
- reader - Variable in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Lucene index reader, cache the state.
- reader - Variable in class com.github.oeuvres.alix.lucene.search.FieldInt
-
Lucene index reader, cache the state.
- reader - Variable in class com.github.oeuvres.alix.lucene.search.FieldRail
-
Lucene index reader, cache the state.
- reader - Variable in class com.github.oeuvres.alix.lucene.search.FieldText
-
Lucene index reader, cache the state.
- reader() - Method in class com.github.oeuvres.alix.lucene.Alix
- reader(boolean) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get a reader for this lucene index, cached or new.
- reader(IndexWriter) - Method in class com.github.oeuvres.alix.lucene.Alix
-
A real time reader only used for some updates.
- readRow() - Method in class com.github.oeuvres.alix.util.CSVReader
-
Read one row.
- reduce(Collection<BitsCollector>) - Method in class com.github.oeuvres.alix.lucene.search.BitsCollectorManager
- ref - Variable in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Internal pointer data
- ref - Variable in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Internal pointer data
- ref - Variable in class com.github.oeuvres.alix.lucene.util.Offsets
-
Internal pointer data
- REF - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Reference
- reflectWith(AttributeReflector) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- remove() - Method in class com.github.oeuvres.alix.util.IntRoller
-
Retrieves and removes the head of this roller.
- remove() - Method in class com.github.oeuvres.alix.util.Roll
- remove(int) - Method in class com.github.oeuvres.alix.util.Roll
- remove(Object) - Method in class com.github.oeuvres.alix.util.Roll
- removeAll(Collection<?>) - Method in class com.github.oeuvres.alix.util.Roll
- removeFirst() - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Remove first element in the queue if exists.
- removeFirst(CharTermAttribute, OffsetAttribute) - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Poll the first state from list, copy chars in a CharTermAttribute implementing
CharTermAttribute.copyBuffer(char[], int, int), copy startOffset and endOffset inOffsetAttribute.setOffset(int, int). - removeFirst(AttributeSource) - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Remove first element in the queue and copy its values to target.
- removeLast(CharTermAttribute, OffsetAttribute) - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
-
Pop the last state from list, copy chars in a CharTermAttribute implementing
CharTermAttribute.copyBuffer(char[], int, int), copy startOffset and endOffset inOffsetAttribute.setOffset(int, int). - replace(char, char) - Method in class com.github.oeuvres.alix.util.Chain
-
Replace a char by another
- request - Variable in class com.github.oeuvres.alix.web.JspTools
-
Original request
- request() - Method in class com.github.oeuvres.alix.web.JspTools
-
Return request object.
- reset() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterAposHyphenFr
- reset() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterCloud
- reset() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterHTML
- reset() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterLemmatize
- reset() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterLocution
- reset() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterOrth
- reset() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterStats
- reset() - Method in class com.github.oeuvres.alix.lucene.analysis.TokenizerML
- reset() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- reset() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- reset() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Call reset() before enumerate elements.
- reset() - Method in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Reset before writing
- reset() - Method in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Reset before writing
- reset() - Method in class com.github.oeuvres.alix.lucene.util.Offsets
-
Reset before writing
- reset() - Method in class com.github.oeuvres.alix.util.Chain
-
Reset chain (keep all memory already allocated).
- reset() - Method in class com.github.oeuvres.alix.util.CSVReader.Row
-
Reset all cells.
- reset() - Method in class com.github.oeuvres.alix.util.Murmur3A
- reset() - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Call reset() before enumerate elements.
- resizeBuffer(int) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- resolve(String, String) - Method in class com.github.oeuvres.alix.xml.JarResolver
- response - Variable in class com.github.oeuvres.alix.web.JspTools
-
Original response
- response() - Method in class com.github.oeuvres.alix.web.JspTools
-
Return response object.
- retainAll(Collection<?>) - Method in class com.github.oeuvres.alix.util.Roll
- REVERSE - Static variable in class com.github.oeuvres.alix.util.TopArray
-
Flag, reverse order
- rewind() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Restore String size like it was recorded with last @see #mark().
- rm(File) - Static method in class com.github.oeuvres.alix.util.Dir
-
Delete a folder by File object (maybe a bit slow for lots of big folders).
- rm(Path) - Static method in class com.github.oeuvres.alix.util.Dir
-
Delete a folder by path (use java.nio stream, should be faster then
Dir.rm(File)) - Roll<E> - Class in com.github.oeuvres.alix.util
-
A fixed size queue, rolling if full.
- Roll(int) - Constructor for class com.github.oeuvres.alix.util.Roll
-
Constructor, fixed data size.
- Roller - Class in com.github.oeuvres.alix.util
-
Efficient Object to handle a sliding window, on different types, works like a circular array.
- Roller(int) - Constructor for class com.github.oeuvres.alix.util.Roller
-
Constructor with initial capacity.
- roman2int(char[]) - Static method in class com.github.oeuvres.alix.maths.Calcul
-
Parse a roman number from an array of chars.
- roman2int(char[], int, int) - Static method in class com.github.oeuvres.alix.maths.Calcul
-
Parse a roman number from an array of chars.
- row() - Method in class com.github.oeuvres.alix.util.CSVReader
-
Current row, popualted by last
CSVReader.readRow(). - row() - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Get current row in enumeration.
- row(long) - Static method in class com.github.oeuvres.alix.util.RowcolQueue
-
Get the int row from a long entry.
- Row(int) - Constructor for class com.github.oeuvres.alix.util.CSVReader.Row
-
Build a row receiver with predefined cout of cells.
- RowcolQueue - Class in com.github.oeuvres.alix.util
-
An object to record coordinates, a pair of ints (row, col).
- RowcolQueue() - Constructor for class com.github.oeuvres.alix.util.RowcolQueue
-
Default constructor.
- RS - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Proper names not known as persons or places
- rtrim() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Delete spaces at end (right trim)
- rtrim(String) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Delete different characters at the end (right trim)
- run() - Method in class com.github.oeuvres.alix.lucene.XMLIndexer
S
- sameParent(int) - Method in enum class com.github.oeuvres.alix.fr.Tag
-
Check if Tag share same parent, by number.
- scale(String, String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get a Scale object, useful to build graphs and chronology with an int field.
- Scale - Class in com.github.oeuvres.alix.lucene.search
-
Handle data to display results as a chronology, according to subset of an index, given as a bitset.
- Scale(Alix, String, String) - Constructor for class com.github.oeuvres.alix.lucene.search.Scale
-
Constructor with alix objects for a lucene reader, an int field, and a text field.
- Scale(Alix, String, String, BitSet) - Constructor for class com.github.oeuvres.alix.lucene.search.Scale
-
Constructor with alix objects for a lucene reader, an int field, and a text field.
- Scale.Tick - Class in com.github.oeuvres.alix.lucene.search
-
A row of data for a crossing axis
- score - Variable in class com.github.oeuvres.alix.lucene.search.FormCollector.FormStats
-
Calculated score.
- score() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- score() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the current form in sort order, get the last calculated score.
- score() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Current score
- score() - Method in class com.github.oeuvres.alix.util.Edge
-
Get score
- score() - Method in class com.github.oeuvres.alix.util.Top.Entry
-
Get the score.
- score() - Method in class com.github.oeuvres.alix.util.TopArray.IdScore
-
Get the score of the entry.
- score(double) - Method in class com.github.oeuvres.alix.util.Edge
-
Set score
- score(double, double) - Method in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Calculate a score for a form by doc.
- score(double, double, double, double) - Method in enum class com.github.oeuvres.alix.util.MI
-
Score of the co-occurrency.
- score(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the form requested by id, get the last calculated score.
- score(Distrib) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Score all forms with a distribution formula,
- score(MI, int[]) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Scores a
FormEnumwith freqs extracted from co-occurrences extraction in aFieldRail.coocs(int[], int, int, BitSet). - score(BasicStats, double, double) - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityChi2
- score(BasicStats, double, double) - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityChi2inv
- score(BasicStats, double, double) - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityFreq
- score(BasicStats, double, double) - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityG
- score(BasicStats, double, double) - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityGsimple
- SCORE - Enum constant in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Sort by a calulated score according to a distribution algorithm
MI. - scoreByForm - Variable in class com.github.oeuvres.alix.lucene.search.FormEnum
-
scoreByform[formId]=score; a relevance score calculated by form.
- scoreByRank(int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
For the form requested by rank in sort order, get count of matching occurrences.
- scoreMode() - Method in class com.github.oeuvres.alix.lucene.search.BitsCollector
- search(String, int, TagFilter, BitSet) - Method in class com.github.oeuvres.alix.lucene.search.SuggestForm
-
Search a wildcard.
- SEARCH - Static variable in class com.github.oeuvres.alix.Names
-
Name of a field to inform Analyzer it is a search query
- searcher() - Method in class com.github.oeuvres.alix.lucene.Alix
- searcher(boolean) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get the searcher for this lucene index, allow to force renew if force is true.
- set(char[], int, int) - Method in class com.github.oeuvres.alix.util.Chain
-
Wrap the Chain on another char array without copy
- set(double, E) - Method in class com.github.oeuvres.alix.util.Top.Entry
-
Modify the entry without object creation.
- set(int) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Position = true.
- set(int, double) - Method in class com.github.oeuvres.alix.util.DoubleList
-
Set the value at this position.
- set(int, double) - Method in class com.github.oeuvres.alix.util.TopArray.IdScore
-
Modify value.
- set(int, int) - Method in class com.github.oeuvres.alix.util.IntList
-
Change value at a position.
- set(int, int) - Method in class com.github.oeuvres.alix.util.IntPairMutable
-
Modify pair.
- set(int, int) - Method in class com.github.oeuvres.alix.util.IntRoller
-
Replaces the value at the specified position with the specified value.
- set(int, int, int) - Method in class com.github.oeuvres.alix.util.EdgeMatrix
-
Set count for a cell if both node values are in the set of accepted values
EdgeMatrix.nodeLookup, or do nothing and return false if at least one node value is not found. - set(int, E) - Method in class com.github.oeuvres.alix.util.Roll
-
Set value by position.
- set(Tag) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Position = true.
- set(AttributeSource, int) - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
-
Set value by position.
- setAll() - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Set all positions.
- setByIndex(int, int, int) - Method in class com.github.oeuvres.alix.util.EdgeMatrix
-
Expert, set a cell by node index, more efficient if lookup already done by caller on same
EdgeMatrix.nodeLookup. - setCharAt(int, char) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Change a char at a specific position.
- setCharAt(int, char) - Method in class com.github.oeuvres.alix.util.Chain
-
Modify a char in the String
- setEmpty() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- setFileName(String) - Method in class com.github.oeuvres.alix.lucene.AlixSAXIndexer
-
Provide a filename for the documents to be processed.
- setGroup(int) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Set the hexa group of a byte.
- setGroup(Tag) - Method in class com.github.oeuvres.alix.fr.TagFilter
-
Set the hexa group of a byte.
- setIterator(Iterator<Path>) - Static method in class com.github.oeuvres.alix.lucene.XMLIndexer
-
Set a synchronized iterator for multi threads.
- setLength(int) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- setLength(int) - Method in class com.github.oeuvres.alix.util.Chain
-
Same as
StringBuffer.setLength(int), sets the length of the character sequence. - similarity - Variable in class com.github.oeuvres.alix.lucene.Alix
-
Shared Similarity for indexation and searching
- SimilarityChi2 - Class in com.github.oeuvres.alix.lucene.search.similarities
-
Implementation of a Chi2 Scoring with negative scores to get the most repulsed doc from a search.
- SimilarityChi2() - Constructor for class com.github.oeuvres.alix.lucene.search.similarities.SimilarityChi2
-
Default constructor.
- SimilarityChi2inv - Class in com.github.oeuvres.alix.lucene.search.similarities
-
Implementation of a Chi2 Scoring with negative scores to get the most repulsed doc from a search.
- SimilarityChi2inv() - Constructor for class com.github.oeuvres.alix.lucene.search.similarities.SimilarityChi2inv
-
Default constructor.
- SimilarityFreq - Class in com.github.oeuvres.alix.lucene.search.similarities
-
Very simple scorer by freq, intersting for testing.
- SimilarityFreq() - Constructor for class com.github.oeuvres.alix.lucene.search.similarities.SimilarityFreq
-
Default constructor.
- SimilarityG - Class in com.github.oeuvres.alix.lucene.search.similarities
-
Implementation of a G-test Scoring with negative scores to get the most repulsed doc from a search.
- SimilarityG() - Constructor for class com.github.oeuvres.alix.lucene.search.similarities.SimilarityG
-
Default constructor.
- SimilarityGsimple - Class in com.github.oeuvres.alix.lucene.search.similarities
-
Implementation of a G-test Scoring with negative scores to get the most repulsed doc from a search.
- SimilarityGsimple() - Constructor for class com.github.oeuvres.alix.lucene.search.similarities.SimilarityGsimple
-
Default constructor.
- size - Variable in class com.github.oeuvres.alix.util.DoubleList
-
Actual size
- size - Variable in class com.github.oeuvres.alix.util.IntList
-
Current size
- size - Variable in class com.github.oeuvres.alix.util.IntTuple
-
Current size
- size - Variable in class com.github.oeuvres.alix.util.LongTuple
-
Size of tuple
- size - Variable in class com.github.oeuvres.alix.util.Roller
-
Number of elements set
- size() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- size() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- size() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Total count of distinct forms in this cursor, but all may be not available on iteration, if a
FormIterator.limit(int)have been set before sorting. - size() - Method in class com.github.oeuvres.alix.lucene.util.BinaryInts
-
Number of positions in this vector.
- size() - Method in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
-
Number of positions in this vector.
- size() - Method in class com.github.oeuvres.alix.lucene.util.Offsets
-
Number of positions in this vector.
- size() - Method in class com.github.oeuvres.alix.util.DoubleList
-
Like
List.size(), returns the number of values in this list. - size() - Method in class com.github.oeuvres.alix.util.EdgeQueue
-
Count of push events.
- size() - Method in class com.github.oeuvres.alix.util.IntList
-
Size of data.
- size() - Method in class com.github.oeuvres.alix.util.LongTuple
-
Like
List.size(), returns the number of elements in this list. - size() - Method in class com.github.oeuvres.alix.util.Roller
-
Returns the number of value added.
- size() - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Count of push events.
- sort() - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Sort entries,
Arrays.sort(long[], int, int). - sort(FormIterator.Order) - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- sort(FormIterator.Order) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- sort(FormIterator.Order) - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Sort according to one order implemented.
- sort(FormIterator.Order, int) - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- sort(FormIterator.Order, int) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- sort(FormIterator.Order, int) - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Partial sort to get a top of elements.
- sort(FormIterator.Order, int, boolean) - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- sort(FormIterator.Order, int, boolean) - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- sort(FormIterator.Order, int, boolean) - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Partial sort to get a top of elements, with possible reverse order.
- sortAlpha(BytesRefHash) - Static method in class com.github.oeuvres.alix.lucene.search.FormEnum
-
Returns an array of formId in alphabetic order for the tearm of the dictionary.
- sorter() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- sorter() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- sorter() - Method in interface com.github.oeuvres.alix.lucene.search.FormIterator
-
Returns a safe copy of the sorted form ids.
- sourceId - Variable in class com.github.oeuvres.alix.util.Edge
-
Source node id
- sourceId() - Method in class com.github.oeuvres.alix.util.Edge
-
Get source id.
- SPACE - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, a space
- split(char) - Method in class com.github.oeuvres.alix.util.Chain
-
Split on one char.
- split(String) - Method in class com.github.oeuvres.alix.util.Chain
-
Split on one or more char.
- sqrt(BigDecimal) - Static method in class com.github.oeuvres.alix.maths.Calcul
-
Square root from a
BigDecimal. - SQRT2 - Static variable in class com.github.oeuvres.alix.maths.Constants
-
Square root of 2.
- SQRT2DIV2 - Static variable in class com.github.oeuvres.alix.maths.Constants
-
( Square root of 2 ) / 2 .
- SQRTPI - Static variable in class com.github.oeuvres.alix.maths.Constants
-
Square root of PI.
- start() - Method in class com.github.oeuvres.alix.util.Chain
-
Return the start index in the chars char array.
- startDocument() - Method in class com.github.oeuvres.alix.lucene.AlixSAXIndexer
- startElement(String, String, String, Attributes) - Method in class com.github.oeuvres.alix.lucene.AlixSAXIndexer
- startsWith(char) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Test a starting char.
- startsWith(CharSequence) - Method in class com.github.oeuvres.alix.util.Chain
-
Test prefix
- startsWith(String) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Test a prefix, char by char.
- stats(FieldText) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Calculate, by facet, global count of occurrences of a text field
- status() - Method in enum class com.github.oeuvres.alix.web.Error
-
Get the status number.
- STOP - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Stop word
- STOP - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Stop word only
- STOP - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
French stopwords as hash to filter attributes
- STOP_BYTES - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
French stopwords as binary automaton
- STORE - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- stream(String) - Method in class com.github.oeuvres.alix.xml.JarResolver
- STRING - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- SUB - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Substantive
- SUB - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Significant substantives
- subList(int, int) - Method in class com.github.oeuvres.alix.util.Roll
- SUBpers - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Person title
- SUBplace - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Adress substantive
- subSequence(int, int) - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
- subSequence(int, int) - Method in class com.github.oeuvres.alix.util.Chain
- SUFFIX - Static variable in class com.github.oeuvres.alix.lucene.analysis.FilterAposHyphenFr
-
Hyphen suffixes
- suggestForm(String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get a form suggester for an ASCII wildcard search in a list of real words.
- SuggestForm - Class in com.github.oeuvres.alix.lucene.search
-
Build an efficient suggestion of words.
- SuggestForm(FieldText) - Constructor for class com.github.oeuvres.alix.lucene.search.SuggestForm
-
Build an index of words optimized for wildcard searching.
- SuggestForm.Suggestion - Class in com.github.oeuvres.alix.lucene.search
-
Content of a suggested form.
- Suggestion(String, String, int, long) - Constructor for class com.github.oeuvres.alix.lucene.search.SuggestForm.Suggestion
-
Default constructor with required fields.
- sum - Variable in class com.github.oeuvres.alix.util.IntSeries
-
Full sum, for average
T
- tag - Variable in class com.github.oeuvres.alix.lucene.analysis.FrDics.LexEntry
-
A lexical word type.
- tag(int) - Static method in enum class com.github.oeuvres.alix.fr.Tag
-
Get Tag by number.
- tag(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldText
-
Return tag attached to form according to
Tag. - Tag - Enum Class in com.github.oeuvres.alix.fr
-
Jeu d’étiquettes morphosyntaxique pour le français.
- TagFilter - Class in com.github.oeuvres.alix.fr
-
A vector of 256 boolean positions to record different flags.
- TagFilter() - Constructor for class com.github.oeuvres.alix.fr.TagFilter
-
Default constructor.
- tags() - Method in class com.github.oeuvres.alix.lucene.analysis.FilterStats
-
Return the tags in position order.
- targetId - Variable in class com.github.oeuvres.alix.util.Edge
-
Target node id
- targetId() - Method in class com.github.oeuvres.alix.util.Edge
-
Get target id.
- tei(File) - Static method in class com.github.oeuvres.alix.lucene.AlixTxtIndexer
-
Transform txt to TEI
- test(int, int, int, int) - Static method in class com.github.oeuvres.alix.maths.Fisher
-
Calculate Fisher's exact test from the four cell counts.
- TEST - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Message send by a process
- TEXT - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- textField(String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Set the body, caller should have strip un-necessary contents
- TFIDF - Enum constant in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Metric between “term frequency” and “inverse document frequency”.
- Tick(int, int, long) - Constructor for class com.github.oeuvres.alix.lucene.search.Scale.Tick
-
Constructor for all final field.
- tickByDocid - Variable in class com.github.oeuvres.alix.lucene.search.Scale
-
Data, sorted in docid order, used in term search stats
- tickByOrder - Variable in class com.github.oeuvres.alix.lucene.search.Scale
-
Data, sorted in fieldInt order, used to write an axis
- title() - Method in enum class com.github.oeuvres.alix.web.Error
-
Get the title.
- title(String) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Set a title for a document.
- toArray() - Method in class com.github.oeuvres.alix.util.IntList
-
Get a copy of data trim to
IntList.size. - toArray() - Method in class com.github.oeuvres.alix.util.IntPair
-
Return a copy of the pair as an int[] array.
- toArray() - Method in class com.github.oeuvres.alix.util.LongTuple
-
Like
List.toArray(), returns an array containing all of the elements in this list in proper sequence (from first to last element). - toArray() - Method in class com.github.oeuvres.alix.util.Roll
- toArray() - Method in class com.github.oeuvres.alix.util.Top
-
Return the values, sorted by rank, biggest first.
- toArray() - Method in class com.github.oeuvres.alix.util.TopArray
-
Return the ids, sorted according to the chosen order, default is bigger first, reverse is smaller first. ids.length ==
TopArray.fill. - toArray(int) - Method in class com.github.oeuvres.alix.util.IntList
-
Get a subset of data.
- toArray(long[]) - Method in class com.github.oeuvres.alix.util.LongTuple
-
Fill the provided array with sorted values, or create new if null provided.
- toArray(T[]) - Method in class com.github.oeuvres.alix.util.Roll
- toASCII(CharSequence) - Static method in class com.github.oeuvres.alix.util.Char
-
ASCII version of a latin script string, same as lucene
ASCIIFoldingFilterFactory. - toASCII(CharSequence, boolean) - Static method in class com.github.oeuvres.alix.util.Char
-
ASCII version of a latin script string, same as lucene
ASCIIFoldingFilterFactory, allowing to strip all non word chars. - TOKEN - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- TOKEN - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, a token char
- tokenize(String, String) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Analyze a search according to the default analyzer of this base, is especially needed for multi-words ex: "en effet" return search as an array of string, supposing that caller knows the field he wants to search.
- tokenize(String, Analyzer, String) - Static method in class com.github.oeuvres.alix.lucene.Alix
-
Analyze a search according to the current analyzer of this base ; return search
- TokenizerML - Class in com.github.oeuvres.alix.lucene.analysis
-
A tokenizer for latin script languages and possible XML like tags.
- TokenizerML() - Constructor for class com.github.oeuvres.alix.lucene.analysis.TokenizerML
-
Build a Tokenizer for Markup tagged text.
- toLower() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Convert all chars from the buffer to lower case.
- toLower() - Method in class com.github.oeuvres.alix.util.Chain
-
Change case of the chars in scope of the chain.
- toLower(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Efficient lower casing (test if
Char.isUpperCase(char)before). - toLower(StringBuilder) - Static method in class com.github.oeuvres.alix.util.Char
-
Lower casing a mutable string.
- top(int) - Method in class com.github.oeuvres.alix.util.EdgeMatrix.EdgeIt
-
Check if a node has relations
- top(int, TagFilter) - Method in class com.github.oeuvres.alix.cli.Balinoms
-
Get the top list.
- Top<E> - Class in com.github.oeuvres.alix.util
-
A queue to select the top elements according to a float score.
- Top(int) - Constructor for class com.github.oeuvres.alix.util.Top
-
Constructor with fixed size.
- Top.Entry<E> - Class in com.github.oeuvres.alix.util
-
A mutable pair (rank, Object), used in the data array of the top queue.
- TopArray - Class in com.github.oeuvres.alix.util
-
A queue to select the top elements from a score array where index is a kind of id, and value is a score.
- TopArray(int) - Constructor for class com.github.oeuvres.alix.util.TopArray
-
Constructor.
- TopArray(int, int) - Constructor for class com.github.oeuvres.alix.util.TopArray
-
Constructor without data, for reuse
- TopArray.IdScore - Class in com.github.oeuvres.alix.util
-
A mutable pair (id, score), sortable on score only, used as cells in arrays.
- toSet() - Method in class com.github.oeuvres.alix.util.IntList
-
Get data as an int array, without the duplicates, keeping initial order for uniq value.
- toString() - Method in class com.github.oeuvres.alix.fr.TagFilter
- toString() - Method in class com.github.oeuvres.alix.lucene.Alix
- toString() - Method in class com.github.oeuvres.alix.lucene.analysis.AttDeque
- toString() - Method in class com.github.oeuvres.alix.lucene.analysis.AttLinkedList
- toString() - Method in class com.github.oeuvres.alix.lucene.analysis.FrDics.LexEntry
- toString() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
Returns solely the term text as specified by the
CharSequenceinterface. - toString() - Method in class com.github.oeuvres.alix.lucene.search.BitsFromQuery
- toString() - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
- toString() - Method in class com.github.oeuvres.alix.lucene.search.FieldText
- toString() - Method in class com.github.oeuvres.alix.lucene.search.FormCollector
- toString() - Method in class com.github.oeuvres.alix.lucene.search.FormEnum
- toString() - Method in class com.github.oeuvres.alix.lucene.search.Scale.Tick
- toString() - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityChi2
- toString() - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityChi2inv
- toString() - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityFreq
- toString() - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityG
- toString() - Method in class com.github.oeuvres.alix.lucene.search.similarities.SimilarityGsimple
- toString() - Method in class com.github.oeuvres.alix.lucene.search.SuggestForm.Suggestion
- toString() - Method in class com.github.oeuvres.alix.lucene.search.SuggestForm
- toString() - Method in class com.github.oeuvres.alix.lucene.util.BinaryInts
- toString() - Method in class com.github.oeuvres.alix.lucene.util.BinaryUbytes
- toString() - Method in class com.github.oeuvres.alix.lucene.util.Offsets
- toString() - Method in class com.github.oeuvres.alix.util.Chain
- toString() - Method in class com.github.oeuvres.alix.util.CSVReader.Row
- toString() - Method in class com.github.oeuvres.alix.util.Edge
- toString() - Method in class com.github.oeuvres.alix.util.EdgeMap
- toString() - Method in class com.github.oeuvres.alix.util.EdgeMatrix
- toString() - Method in class com.github.oeuvres.alix.util.IntList
- toString() - Method in class com.github.oeuvres.alix.util.IntPair
- toString() - Method in class com.github.oeuvres.alix.util.IntRoller
- toString() - Method in class com.github.oeuvres.alix.util.LongTuple
- toString() - Method in class com.github.oeuvres.alix.util.Roll
- toString() - Method in class com.github.oeuvres.alix.util.RowcolQueue
- toString() - Method in class com.github.oeuvres.alix.util.Top.Entry
- toString() - Method in class com.github.oeuvres.alix.util.Top
- toString() - Method in class com.github.oeuvres.alix.util.TopArray.IdScore
- toString() - Method in class com.github.oeuvres.alix.util.TopArray
- toString(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Human readable information about a char.
- toString(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldRail
-
A document as a sequence of tokens.
- toString(LinkedList<AttributeSource.State>) - Method in class com.github.oeuvres.alix.lucene.analysis.FilterLocution
-
Debug tool to see what is in stack of states.
- toUpper(char) - Static method in class com.github.oeuvres.alix.util.Char
-
Efficient upper casing (test if
Char.isLowerCase(char)before). - TREELOC - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
A tree to resolve compounds
- trim() - Method in class com.github.oeuvres.alix.util.Chain
-
Suppress spaces at start and end of string.
- trim(String) - Method in class com.github.oeuvres.alix.util.Chain
-
Suppress specific chars at start and end of String.
- tsv - Enum constant in enum class com.github.oeuvres.alix.web.Mime
-
tsv
- type - Variable in enum class com.github.oeuvres.alix.web.Mime
-
Mime-type
U
- UKNOWN - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Unknown from dictionaries
- uniq() - Method in class com.github.oeuvres.alix.util.IntList
-
Return a sorted int array of unique values from this list.
- uniq() - Method in class com.github.oeuvres.alix.util.RowcolQueue
-
Sort and remove repeated entries.
- uniq(int[]) - Static method in class com.github.oeuvres.alix.util.IntList
-
Return a sorted array without duplicates.
- UNKNOWN - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Known as unknown from dicitonaries
- UNKNOWN - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- unmark() - Method in class com.github.oeuvres.alix.lucene.analysis.tokenattributes.CharsAttImpl
-
If we can’t remember if @see #mark() has been set, ensure, reset it.
- unzip(File) - Static method in class com.github.oeuvres.alix.sqlite.Insert
-
Go through a folder of html file to index it.
- update(byte[]) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with the specified array of bytes.
- update(byte[], int, int) - Method in class com.github.oeuvres.alix.util.Murmur3A
- update(int) - Method in class com.github.oeuvres.alix.util.Murmur3A
- updateBoolean(boolean) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
updates a byte with 0 for false and 1 for true.
- updateDouble(double) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with a double (64 bits, like an long).
- updateFloat(float) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with a float (32 bits, like an int).
- updateInt(int) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Update with an int value, do not use
Checksum.update(int)(for a byte). - updateInt(int[]) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with the specified array of ints.
- updateInt(int[], int, int) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with the specified array of ints.
- updateLong(long) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with a long value.
- updateLong(long[], int, int) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with the specified array of ints.
- updateShort(short) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with a short value.
- updateShort(short[]) - Method in class com.github.oeuvres.alix.util.Murmur3A
-
Updates the current checksum with an array of short.
- UPPERCASE - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, upper case letter.
- UTF8toUTF16(byte[], int, int, char[], int) - Static method in class com.github.oeuvres.alix.util.Chain
-
Copied from lucene to allow UTF-8 bytes conversion to chars from a specific index int the destination char array.
V
- value - Variable in class com.github.oeuvres.alix.lucene.search.Scale.Tick
-
int value for the doc
- value() - Method in class com.github.oeuvres.alix.lucene.search.FieldInt.IntEnum
-
The int value in sorted order.
- value() - Method in class com.github.oeuvres.alix.util.Top.Entry
-
Get the value.
- valueId(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get first available facetId for this docId or -1 if nothing found.
- valueIds(int) - Method in class com.github.oeuvres.alix.lucene.search.FieldFacet
-
Get facetIds for a docId.
- valueOf(String) - Static method in enum class com.github.oeuvres.alix.fr.Tag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.oeuvres.alix.lucene.Alix.FSDirectoryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.oeuvres.alix.util.MI
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.oeuvres.alix.web.Error
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.oeuvres.alix.web.Mime
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.github.oeuvres.alix.fr.Tag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.oeuvres.alix.lucene.Alix.FSDirectoryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.oeuvres.alix.lucene.search.Distrib
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.oeuvres.alix.lucene.search.FormIterator.Order
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.oeuvres.alix.util.MI
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.oeuvres.alix.web.Error
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.oeuvres.alix.web.Mime
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERB - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Semantic verb
- VERB - Static variable in class com.github.oeuvres.alix.fr.TagFilter
-
Significant verbs
- VERBaux - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Auxiliary verb
- VERBaux2 - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Semi-auxiliary verb
- VERBexpr - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Expression verb
- VERBger - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Participle present
- VERBmod - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Modal verb
- VERBppass - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
Participle past
- VOWEL - Static variable in class com.github.oeuvres.alix.util.Char
-
Binary flag, not used.
W
- word(CharsAttImpl) - Static method in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
Get a dictionary entry from the word dictionary with a reusable
CharTermAttributeimplementation. - WORDS - Static variable in class com.github.oeuvres.alix.lucene.analysis.FrDics
-
130 000 types French lexicon seems not too bad for memory
- WordsAutomatonBuilder - Class in com.github.oeuvres.alix.lucene.util
-
Because Lucene DaciukMihovAutomatonBuilder is final and can't be extended...
- write(String, Path) - Method in class com.github.oeuvres.alix.cli.Load
-
Write documents to a lucene index.
- writer() - Method in class com.github.oeuvres.alix.lucene.Alix
- writer(Path, Analyzer) - Static method in class com.github.oeuvres.alix.lucene.Alix
-
Give a new writer to create a lucene index, could be closed.
- writer(Similarity) - Method in class com.github.oeuvres.alix.lucene.Alix
-
Get a lucene writer with the best options in Alix context.
- writeSafe(File, String) - Method in class com.github.oeuvres.alix.cli.Load
-
A logic to write safely an index in a temp directory before affecting a running index.
- writeUnsafe(File, String) - Method in class com.github.oeuvres.alix.cli.Load
-
Because a bug in Microsoft.Windows filesystem with Java, impossible to have the same safe indexation like for unix.
X
- x - Variable in class com.github.oeuvres.alix.util.IntPair
-
Internal data
- x() - Method in class com.github.oeuvres.alix.util.IntPair
-
Get first value.
- XML - Enum constant in enum class com.github.oeuvres.alix.fr.Tag
-
XML tag
- XML - Static variable in class com.github.oeuvres.alix.Names
-
Field type
- XMLIndexer - Class in com.github.oeuvres.alix.lucene
-
A worker for parallel lucene indexing.
- XMLIndexer(IndexWriter, String) - Constructor for class com.github.oeuvres.alix.lucene.XMLIndexer
-
Create a thread reading a shared file list to index.
- XSS - Enum constant in enum class com.github.oeuvres.alix.web.Error
-
Error 403
Y
- y - Variable in class com.github.oeuvres.alix.util.IntPair
-
Internal data
- y() - Method in class com.github.oeuvres.alix.util.IntPair
-
Get second alue.
- year(double) - Static method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
17531023 → 1753
- year(int) - Method in class com.github.oeuvres.alix.lucene.AlixDocument
-
Set only one year by document.
- yearCeil(int) - Static method in class com.github.oeuvres.alix.lucene.search.FieldInt
-
17530000 → 17539999
Z
- zero - Variable in class com.github.oeuvres.alix.util.Roller
-
Pointer on the “zero” cell
- zero(int) - Method in class com.github.oeuvres.alix.util.Roller
-
Expert only, set the zero position in the data array.
All Classes and Interfaces|All Packages|Constant Field Values