- abort() - Method in class nl.inl.util.FileProcessor
-
- absoluteDirection() - Method in class nl.inl.blacklab.resultproperty.HitPropertyContextWords.ContextPart
-
- AbstractSearch<R extends SearchResult> - Class in nl.inl.blacklab.searches
-
Abstract base class for all Search implementations,
to enforce that equals() and hashCode are implemented
(to ensure proper caching)
- AbstractSearch(QueryInfo) - Constructor for class nl.inl.blacklab.searches.AbstractSearch
-
- acquire() - Method in class nl.inl.util.SimpleResourcePool
-
Retrieves a resource object from the free pool, or creates a new one if none
are available
- add(Document) - Method in interface nl.inl.blacklab.index.DocWriter
-
Add a Lucene document to the index
- addAnnotatedField(ConfigAnnotatedField) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- addAnnotatedField(AnnotatedFieldWriter) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- addAnnotation(ConfigAnnotation, String, AnnotationWriter.SensitivitySetting, boolean) - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- addAnnotation(ConfigAnnotation, String, AnnotationWriter.SensitivitySetting) - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- addAnnotation(String, AnnotationWriter.SensitivitySetting) - Method in class nl.inl.blacklab.index.DocIndexerPlainTextBasic
-
- addAnnotation(String) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- addAnnotation(String, boolean) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- addAnnotation(String, AnnotationWriter.SensitivitySetting) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- addAnnotation(ConfigAnnotation) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- addAnnotation(String) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroup
-
- addAnnotation(ConfigAnnotation) - Method in class nl.inl.blacklab.indexers.config.ConfigStandoffAnnotations
-
- addAnnotation(ConfigAnnotation) - Method in interface nl.inl.blacklab.indexers.config.ConfigWithAnnotations
-
- addAnnotationGroups(ConfigAnnotationGroups) - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- addAnnotations(List<String>) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroup
-
- addCaptureValuePath(String) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- addClause(TextPattern) - Method in class nl.inl.blacklab.search.textpattern.TextPatternCombiner
-
- addCriterium(DocProperty) - Method in class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
- addDisplayOrder(List<String>) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- addDisplayValue(String, String) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- addDisplayValues(Map<String, String>) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- addDocument(List<String>, List<Integer>) - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
Store the given content and assign an id to it.
- addDocument(List<String>) - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
Store the given content and assign an id to it
- addDocument(Map<Annotation, List<String>>, Map<Annotation, List<Integer>>, Document) - Method in interface nl.inl.blacklab.forwardindex.ForwardIndex
-
Store the given content and assign an id to it.
- addDocument(Map<Annotation, List<String>>, Map<Annotation, List<Integer>>, Document) - Method in class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- addDocument(List<String>, List<Integer>) - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- addEndChar(int) - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- addEndChar(int) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- addEscapes(String) - Static method in error nl.inl.blacklab.queryParser.contextql.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addEscapes(String) - Static method in error nl.inl.blacklab.queryParser.corpusql.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addExpand(int, int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- addField(String) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataFieldGroup
-
- addFields(List<String>) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataFieldGroup
-
- addFileTypeOption(String, String) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- addFilters(TokenStream) - Method in class nl.inl.blacklab.index.annotated.DesensitizerAdder
-
- addFilters(TokenStream) - Method in interface nl.inl.blacklab.index.annotated.TokenFilterAdder
-
- addFormat(String, Class<? extends DocIndexerAbstract>) - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- addFormat(ConfigInputFormat) - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- addFormatsInDirectories(List<File>) - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
Locate all config files (files ending with .blf.yaml, .blf.yml, .blf.json)
within the list of directories and load them.
- addForwardIndex(Annotation, AnnotationForwardIndex) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- addGroup(ConfigAnnotationGroup) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroups
-
- addGroups(List<ConfigAnnotationGroup>) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroups
-
- addHandler(String, boolean, HookableSaxHandler.ElementHandler) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- addHandler(String, HookableSaxHandler.ElementHandler) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- addHook(String, HookableSaxHandler.ElementHandler, boolean) - Method in class nl.inl.blacklab.index.HookableSaxHandler
-
Add a hook to the parser.
- addHook(String, HookableSaxHandler.ElementHandler) - Method in class nl.inl.blacklab.index.HookableSaxHandler
-
Add a hook to the parser.
- addIndexFieldAs(String, String) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- addInlineTag(ConfigInlineTag) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- addInlineTag(String, String) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- addLinkedDocument(ConfigLinkedDocument) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- addLinkValue(ConfigLinkValue) - Method in class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- addMaxValues(int, int) - Static method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Add two values for maximum number of repetitions, taking "infinite" into
account.
- addMetadata() - Method in class nl.inl.blacklab.index.MetadataFetcher
-
Fetch the metadata for the document currently being indexed and add it to the
document as indexed fields.
- addMetadata() - Method in class nl.inl.blacklab.indexers.MetadataFetcherCgnImdi
-
- addMetadata() - Method in class nl.inl.blacklab.indexers.MetadataFetcherCsv
-
- addMetadata() - Method in class nl.inl.blacklab.indexers.MetadataFetcherKbDpo
-
- addMetadata() - Method in class nl.inl.blacklab.indexers.MetadataFetcherSonarCmdi
-
- addMetadataField(String, String) - Method in class nl.inl.blacklab.index.DocIndexer
-
- addMetadataField(ConfigMetadataField) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- addMetadataField(String, String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- addMetadataField(String, String) - Method in class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- addMetadataFieldsFromParameters() - Method in class nl.inl.blacklab.index.DocIndexer
-
If any metadata fields were supplied in the indexer parameters, add them now.
- addMetadataToDocument() - Method in class nl.inl.blacklab.index.DocIndexer
-
When all metadata values have been set, call this to add the to the Lucene document.
- addNamespace(String, String) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- addNumberToExistingFileName(File) - Static method in class nl.inl.util.FileUtil
-
Add a parenthesized number to a file name to get a file name that doesn't
exist yet.
- addNumericFields(Collection<String>) - Method in class nl.inl.blacklab.index.DocIndexer
-
- addNumericFields(Collection<String>) - Method in class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- addParam(String, String) - Method in class nl.inl.blacklab.indexers.config.ConfigProcessStep
-
- addPayload(BytesRef) - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- addProcessStep(ConfigProcessStep) - Method in class nl.inl.blacklab.indexers.config.ConfigLinkValue
-
- addRemainingAnnotations() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationGroup
-
- addRemainingFields() - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataFieldGroup
-
- addRemainingFields() - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldGroupImpl
-
- addRep(int, int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- addSpecialField(String, String) - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- addStandoffAnnotation(ConfigStandoffAnnotations) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- addStartChar(int) - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- addStartChar(int) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- addSubAnnotation(ConfigAnnotation) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- addToBlock(String) - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
Add a piece of content to the current block
- addToForwardIndex(AnnotatedFieldWriter) - Method in class nl.inl.blacklab.index.DocIndexer
-
Add the field, with all its properties, to the forward index.
- addToForwardIndex(AnnotationWriter) - Method in interface nl.inl.blacklab.index.DocWriter
-
Add a list of tokens to a forward index
- addToForwardIndex(AnnotatedFieldWriter, Document) - Method in interface nl.inl.blacklab.index.DocWriter
-
Add a field with its annotations to the forward index
- addToLuceneDoc(Document) - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- addToLuceneDoc(Document, String, IntArrayList, IntArrayList) - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- addToTokenCount(long) - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
- addToTokenCount(long) - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadataWriter
-
Add some tokens to the total number of tokens in the index.
- addValue(String) - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
Add a value to the annotation.
- addValue(String, int) - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
Add a value to the annotation.
- addValue(String) - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldImpl
-
Keep track of unique values of this field so we can store them in the
metadata file.
- addValueAtPosition(String, int) - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
Add a value to the annotation at a specific position.
- adjustBeginLineColumn(int, int) - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- AdjustBuffSize() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- adjustLeft(int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
Adjust the left edge of the producer hits for matching only.
- adjustLeft(int) - Method in class nl.inl.blacklab.search.textpattern.TextPatternPositionFilter
-
Adjust the left edge of the producer hits for matching only.
- adjustRight(int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
Adjust the right edge of the producer hits for matching only.
- adjustRight(int) - Method in class nl.inl.blacklab.search.textpattern.TextPatternPositionFilter
-
Adjust the right edge of the producer hits for matching only.
- advance(int) - Method in class nl.inl.blacklab.mocks.MockSpans
-
- advance(int) - Method in class nl.inl.blacklab.mocks.MockSpansInBuckets
-
- advance(int) - Method in class nl.inl.blacklab.mocks.MyTermSpans
-
- advance(int) - Method in class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- advance(int) - Method in class nl.inl.blacklab.search.lucene.SpansConstrained
-
- advance(int) - Method in interface nl.inl.blacklab.search.lucene.SpansInBuckets
-
Skip to specified document id.
- advanceStartPosition(int) - Method in class nl.inl.blacklab.search.lucene.BLSpans
-
Advance the start position in the current doc to target or beyond.
- advanceStartPosition(int) - Method in class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- advanceStartPosition(int) - Method in class nl.inl.blacklab.search.lucene.SpansConstrained
-
- all(boolean) - Static method in class nl.inl.blacklab.search.lucene.optimize.ClauseCombiner
-
- analyzer() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- analyzer() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get the analyzer for indexing and searching.
- analyzer - Variable in class nl.inl.blacklab.search.BlackLabIndexImpl
-
Analyzer used for indexing our metadata fields
- analyzer() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- analyzerInstance(String) - Static method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
Instantiate analyzer based on an analyzer alias.
- analyzerName() - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataField
-
- analyzerName() - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldImpl
-
- ancestorOrSelfMatched() - Method in class nl.inl.blacklab.index.HookableSaxHandler.SaxPathExpressionChecker
-
- AND - Static variable in interface nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserConstants
-
RegularExpression Id.
- and(CompleteQuery) - Method in class nl.inl.blacklab.search.CompleteQuery
-
Combine this query with another query using the and operator.
- and(boolean, List<NfaState>) - Static method in class nl.inl.blacklab.search.fimatch.NfaState
-
Build an AND state.
- annotatedField(String) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- AnnotatedField - Interface in nl.inl.blacklab.search.indexmetadata
-
An annotated field (formerly "complex field")
- annotatedField(String) - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
- AnnotatedFieldImpl - Class in nl.inl.blacklab.search.indexmetadata
-
An annotated field
- AnnotatedFieldImpl.AnnotationsImpl - Class in nl.inl.blacklab.search.indexmetadata
-
- AnnotatedFieldNameUtil - Class in nl.inl.blacklab.search.indexmetadata
-
Some utility functions for dealing with annotated field names.
- AnnotatedFieldNameUtil.BookkeepFieldType - Enum in nl.inl.blacklab.search.indexmetadata
-
- annotatedFields() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- annotatedFields() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- AnnotatedFields - Interface in nl.inl.blacklab.search.indexmetadata
-
Annotated fields on a BlackLab index
- annotatedFields() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
- annotatedFields() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
- AnnotatedFieldWriter - Class in nl.inl.blacklab.index.annotated
-
An annotated field is like a Lucene field, but in addition to its "normal"
value, it can have multiple annnotations per word (not just a single token).
- AnnotatedFieldWriter(String, String, AnnotationWriter.SensitivitySetting, boolean) - Constructor for class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
Construct a AnnotatedFieldWriter object with a main annotation
- annotation() - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
The annotation for which this is the forward index
- annotation(String) - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- annotation() - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- annotation(String, String, int, List<Integer>) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
Index an annotation.
- annotation() - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- annotation - Variable in class nl.inl.blacklab.resultproperty.HitPropertyContextBase
-
- annotation - Variable in class nl.inl.blacklab.resultproperty.PropertyValueContext
-
- annotation(String) - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedField
-
- Annotation - Interface in nl.inl.blacklab.search.indexmetadata
-
An annotation on an annotated field.
- annotation() - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotationSensitivity
-
- annotation() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationSensitivityImpl
-
- annotationField(String, String, String) - Static method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
Construct (partial) Lucene field name for annotation on annotated field.
- annotationField(String, String) - Static method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
Construct partial Lucene field name for annotation on annotated field.
- AnnotationForwardIndex - Class in nl.inl.blacklab.forwardindex
-
A component that can quickly tell you what word occurs at a specific position
of a specific document.
- AnnotationForwardIndex(Annotation, File, Collators, boolean) - Constructor for class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
- annotationForwardIndex(Annotation) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- annotationForwardIndex(Annotation) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Tries to get the ForwardIndex object for the specified fieldname.
- annotationForwardIndex(Annotation) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- AnnotationForwardIndex.CollatorVersion - Enum in nl.inl.blacklab.forwardindex
-
Different versions of insensitive collator
- AnnotationForwardIndex.ForwardIndexDocTask - Interface in nl.inl.blacklab.forwardindex
-
A task to perform on a document in the forward index.
- AnnotationGroup - Class in nl.inl.blacklab.search.indexmetadata
-
Logical grouping of annotations
- AnnotationGroup(AnnotatedFieldsImpl, String, String, List<String>, boolean) - Constructor for class nl.inl.blacklab.search.indexmetadata.AnnotationGroup
-
- annotationGroups(String) - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedFields
-
- AnnotationGroups - Class in nl.inl.blacklab.search.indexmetadata
-
Groups of annotations for a single field
- AnnotationGroups(String, List<AnnotationGroup>) - Constructor for class nl.inl.blacklab.search.indexmetadata.AnnotationGroups
-
- annotations() - Method in class nl.inl.blacklab.mocks.MockAnnotatedField
-
- annotations() - Method in class nl.inl.blacklab.search.DocContentsFromForwardIndex
-
- annotations() - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedField
-
Get the annotations for this field.
- annotations() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl
-
- annotations() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationGroup
-
- Annotations - Interface in nl.inl.blacklab.search.indexmetadata
-
Annotations on an annotated field.
- annotations() - Method in class nl.inl.blacklab.search.Kwic
-
Get the annotations in the order they occur in the context array.
- annotations() - Method in class nl.inl.blacklab.search.results.Contexts
-
Get the field our current concordances were retrieved from
- annotationSensitivity(String, String) - Static method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
Construct a annotation alternative name from a field annotation name
- AnnotationSensitivity - Interface in nl.inl.blacklab.search.indexmetadata
-
An annotation on a field with a specific sensitivity.
- AnnotationSensitivityImpl - Class in nl.inl.blacklab.search.indexmetadata
-
- AnnotationsImpl() - Constructor for class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl.AnnotationsImpl
-
- AnnotationWriter - Class in nl.inl.blacklab.index.annotated
-
An annotation in an annotated field (while indexing).
- AnnotationWriter(AnnotatedFieldWriter, String, AnnotationWriter.SensitivitySetting, boolean, boolean) - Constructor for class nl.inl.blacklab.index.annotated.AnnotationWriter
-
Construct a AnnotationWriter object
- AnnotationWriter.SensitivitySetting - Enum in nl.inl.blacklab.index.annotated
-
How an annotation is to be indexed with respect to case and diacritics
sensitivity.
- annotationWriters() - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- anyToken(String, NfaState) - Static method in class nl.inl.blacklab.search.fimatch.NfaState
-
- append(Nfa) - Method in class nl.inl.blacklab.search.fimatch.Nfa
-
- append(NfaTwoWay) - Method in class nl.inl.blacklab.search.fimatch.NfaTwoWay
-
- appendContent(String) - Method in class nl.inl.blacklab.index.DocIndexerAbstract
-
- appendContent(char[], int, int) - Method in class nl.inl.blacklab.index.DocIndexerAbstract
-
- appendNfa(BLSpanQuery) - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
Append a new NFA fragment to (a copy of) our existing NFA, and return a new
SpanQueryFiSeq using it.
- apply(BlackLabIndex) - Method in class nl.inl.blacklab.config.BLConfigSearch
-
- apply(S) - Method in class nl.inl.blacklab.searches.SearchCustom
-
Apply this operation to the source search.
- applyConfigToIndex(BlackLabIndex) - Static method in class nl.inl.blacklab.search.BlackLab
-
Configure the index according to the blacklab configuration.
- array(JsonNode, String) - Static method in class nl.inl.blacklab.indexers.config.YamlJsonReader
-
- array(Map.Entry<String, JsonNode>) - Static method in class nl.inl.blacklab.indexers.config.YamlJsonReader
-
- arrayOfStrings(ArrayNode, List<String>) - Static method in class nl.inl.util.Json
-
- ArrayUtil - Class in nl.inl.util
-
- attributes(Map<String, String>) - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- attValuePair() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- author - Variable in class nl.inl.blacklab.indexers.MetadataFetcherKbDpo.GetKbMetadata.Metadata
-
- AUTHOR - Static variable in interface nl.inl.blacklab.search.indexmetadata.MetadataFields
-
Name of special field type for document author
- available() - Method in class nl.inl.util.UnicodeStream
-
- AVERAGE_COMPRESSION_FACTOR - Static variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
The expected average compression factor
- awaitTermination(long, TimeUnit) - Method in class nl.inl.util.MainThreadExecutorService
-
- backup(int) - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
Retreat.
- backup(int) - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
Retreat.
- BatchContentStore - Class in nl.inl.blacklab.testutil
-
Executes a batch of fetch operations on a content store.
- BatchContentStore() - Constructor for class nl.inl.blacklab.testutil.BatchContentStore
-
- BatchForwardIndex - Class in nl.inl.blacklab.testutil
-
Executes a batch of fetch operations on a forward index.
- BatchForwardIndex() - Constructor for class nl.inl.blacklab.testutil.BatchForwardIndex
-
- BatchQuery - Class in nl.inl.blacklab.testutil
-
Executes a batch of CorpusQL queries and times them.
- BatchQuery() - Constructor for class nl.inl.blacklab.testutil.BatchQuery
-
- beginColumn - Variable in class nl.inl.blacklab.queryParser.contextql.Token
-
The column number of the first character of this Token.
- beginColumn - Variable in class nl.inl.blacklab.queryParser.corpusql.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class nl.inl.blacklab.queryParser.contextql.Token
-
The line number of the first character of this Token.
- beginLine - Variable in class nl.inl.blacklab.queryParser.corpusql.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- BeginToken() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- beginWord() - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- blackLab() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- BlackLab - Class in nl.inl.blacklab.search
-
Main BlackLab class, from which indexes can be opened.
- blackLab() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get the BlackLab instance that created us.
- blackLab() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- blackLabBuildTime() - Static method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
Return a timestamp for when BlackLab was built.
- BlackLabConfig - Class in nl.inl.blacklab.config
-
- BlackLabConfig() - Constructor for class nl.inl.blacklab.config.BlackLabConfig
-
- BlackLabEngine - Class in nl.inl.blacklab.search
-
Main BlackLab instance, from which indexes can be opened.
- BlackLabException - Exception in nl.inl.blacklab.exceptions
-
A RuntimeException generated by BlackLab.
- BlackLabException() - Constructor for exception nl.inl.blacklab.exceptions.BlackLabException
-
- BlackLabException(String, Throwable, boolean, boolean) - Constructor for exception nl.inl.blacklab.exceptions.BlackLabException
-
- BlackLabException(String, Throwable) - Constructor for exception nl.inl.blacklab.exceptions.BlackLabException
-
- BlackLabException(String) - Constructor for exception nl.inl.blacklab.exceptions.BlackLabException
-
- BlackLabException(Throwable) - Constructor for exception nl.inl.blacklab.exceptions.BlackLabException
-
- BlackLabIndex - Interface in nl.inl.blacklab.search
-
- BlackLabIndexImpl - Class in nl.inl.blacklab.search
-
- BlackLabIndexWriter - Interface in nl.inl.blacklab.search
-
- BlackLabRuntimeException - Exception in nl.inl.blacklab.exceptions
-
A RuntimeException generated by BlackLab.
- BlackLabRuntimeException() - Constructor for exception nl.inl.blacklab.exceptions.BlackLabRuntimeException
-
- BlackLabRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception nl.inl.blacklab.exceptions.BlackLabRuntimeException
-
- BlackLabRuntimeException(String, Throwable) - Constructor for exception nl.inl.blacklab.exceptions.BlackLabRuntimeException
-
- BlackLabRuntimeException(String) - Constructor for exception nl.inl.blacklab.exceptions.BlackLabRuntimeException
-
- BlackLabRuntimeException(Throwable) - Constructor for exception nl.inl.blacklab.exceptions.BlackLabRuntimeException
-
- blackLabVersion() - Static method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
Return the BlackLab version.
- BLConfigCollator - Class in nl.inl.blacklab.config
-
- BLConfigCollator() - Constructor for class nl.inl.blacklab.config.BLConfigCollator
-
- BLConfigIndexing - Class in nl.inl.blacklab.config
-
- BLConfigIndexing() - Constructor for class nl.inl.blacklab.config.BLConfigIndexing
-
- BLConfigLog - Class in nl.inl.blacklab.config
-
- BLConfigLog() - Constructor for class nl.inl.blacklab.config.BLConfigLog
-
- BLConfigPlugins - Class in nl.inl.blacklab.config
-
- BLConfigPlugins() - Constructor for class nl.inl.blacklab.config.BLConfigPlugins
-
- BLConfigSearch - Class in nl.inl.blacklab.config
-
- BLConfigSearch() - Constructor for class nl.inl.blacklab.config.BLConfigSearch
-
- BLConfigTrace - Class in nl.inl.blacklab.config
-
- BLConfigTrace() - Constructor for class nl.inl.blacklab.config.BLConfigTrace
-
- BLDutchAnalyzer - Class in nl.inl.blacklab.analysis
-
A simple analyzer that isn't limited to Latin.
- BLDutchAnalyzer() - Constructor for class nl.inl.blacklab.analysis.BLDutchAnalyzer
-
- BLDutchTokenFilter - Class in nl.inl.blacklab.analysis
-
The token filter to accompany BLDutchTokenizer.
- BLDutchTokenFilter(TokenStream) - Constructor for class nl.inl.blacklab.analysis.BLDutchTokenFilter
-
- BLDutchTokenizer - Class in nl.inl.blacklab.analysis
-
A simple tokenizer for Dutch texts.
- BLDutchTokenizer() - Constructor for class nl.inl.blacklab.analysis.BLDutchTokenizer
-
- BLDutchTokenizer(AttributeFactory) - Constructor for class nl.inl.blacklab.analysis.BLDutchTokenizer
-
- BLNonTokenizer - Class in nl.inl.blacklab.analysis
-
A tokenizer that doesn't tokenize (returns the whole field value as one
token)
- BLNonTokenizer(AttributeFactory) - Constructor for class nl.inl.blacklab.analysis.BLNonTokenizer
-
- BLNonTokenizer() - Constructor for class nl.inl.blacklab.analysis.BLNonTokenizer
-
- BLNonTokenizingAnalyzer - Class in nl.inl.blacklab.analysis
-
Analyzer that doesn't tokenize but returns a single token.
- BLNonTokenizingAnalyzer() - Constructor for class nl.inl.blacklab.analysis.BLNonTokenizingAnalyzer
-
- BLOCK_SIZE_BYTES - Static variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
Block size for the contents file.
- BLSpanMultiTermQueryWrapper<Q extends org.apache.lucene.search.MultiTermQuery> - Class in nl.inl.blacklab.search.lucene
-
Subclasses SpanMultiTermQueryWrapper so it correctly produces BLSpanOrQuery
or BLSpanTermQuery.
- BLSpanMultiTermQueryWrapper(Q) - Constructor for class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- BLSpanOrQuery - Class in nl.inl.blacklab.search.lucene
-
Matches the union of its clauses.
- BLSpanOrQuery(BLSpanQuery...) - Constructor for class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
Construct a SpanOrQuery merging the provided clauses.
- BLSpanOrQuery.SpanOrWeight - Class in nl.inl.blacklab.search.lucene
-
- BLSpanQuery - Class in nl.inl.blacklab.search.lucene
-
A required interface for a BlackLab SpanQuery.
- BLSpanQuery() - Constructor for class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- BLSpans - Class in nl.inl.blacklab.search.lucene
-
Will be the base class for all our own Spans classes.
- BLSpans() - Constructor for class nl.inl.blacklab.search.lucene.BLSpans
-
- BLSpansWrapper - Class in nl.inl.blacklab.search.lucene
-
Wrap a "simple" Spans object in a BLSpans object.
- BLSpansWrapper(Spans) - Constructor for class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- BLSpanTermQuery - Class in nl.inl.blacklab.search.lucene
-
BL-specific subclass of SpanTermQuery that changes what getField() returns
(the annotated field name instead of the full Lucene field name) in order to be
able to combine queries in different Lucene fields using AND and OR.
- BLSpanTermQuery(Term) - Constructor for class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
Construct a SpanTermQuery matching the named term's spans.
- BLSpanTermQuery(Term, TermContext) - Constructor for class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
Expert: Construct a SpanTermQuery matching the named term's spans, using the
provided TermContext.
- BLSpanWeight - Class in nl.inl.blacklab.search.lucene
-
Base class for our SpanWeight classes.
- BLSpanWeight(SpanQuery, IndexSearcher, Map<Term, TermContext>) - Constructor for class nl.inl.blacklab.search.lucene.BLSpanWeight
-
- BLStandardAnalyzer - Class in nl.inl.blacklab.analysis
-
A simple analyzer based on StandardTokenizer that isn't limited to Latin.
- BLStandardAnalyzer() - Constructor for class nl.inl.blacklab.analysis.BLStandardAnalyzer
-
- BLWhitespaceAnalyzer - Class in nl.inl.blacklab.analysis
-
Simple whitespace analyzer.
- BLWhitespaceAnalyzer() - Constructor for class nl.inl.blacklab.analysis.BLWhitespaceAnalyzer
-
- bool(JsonNode, String) - Static method in class nl.inl.blacklab.indexers.config.YamlJsonReader
-
- bool(Map.Entry<String, JsonNode>) - Static method in class nl.inl.blacklab.indexers.config.YamlJsonReader
-
- booleanOperator() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- bracket(String) - Static method in class nl.inl.blacklab.indexers.config.DocIndexerChat
-
- bucketSize() - Method in class nl.inl.blacklab.mocks.MockSpansInBuckets
-
- bucketSize() - Method in interface nl.inl.blacklab.search.lucene.SpansInBuckets
-
- bufcolumn - Variable in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- bufcolumn - Variable in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- buffer - Variable in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- buffer - Variable in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- bufline - Variable in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- bufline - Variable in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- bufpos - Variable in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
Position in buffer.
- bufpos - Variable in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
Position in buffer.
- byKeyValue(String, String) - Static method in enum nl.inl.blacklab.indexers.config.ConfigInputFormat.FileTypeOption
-
- BYTES_PER_INT - Static variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
How many bytes an int consists of (used when repositioning file pointers)
- BYTES_PER_INT - Static variable in class nl.inl.blacklab.forwardindex.Terms
-
Number of bytes per int
- cache() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- cache() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- cache() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- camelCaseToDisplayable(String, boolean) - Static method in class nl.inl.util.StringUtil
-
Convert a string from a camel-case "identifier" style to a human-readable
version, by putting spaces between words, uppercasing the first letter and
lowercasing the rest.
- cancel(boolean) - Method in class nl.inl.blacklab.searches.FutureSearchResult
-
- cancelSearch(CompletableFuture<? extends SearchResult>) - Method in class nl.inl.blacklab.searches.AbstractSearch
-
- canCombine(BLSpanQuery, BLSpanQuery, IndexReader) - Method in class nl.inl.blacklab.search.lucene.optimize.ClauseCombiner
-
- canConstructQuery(BlackLabIndex, PropertyValue) - Method in class nl.inl.blacklab.resultproperty.DocProperty
-
Can we create a query matching the specified value for our property?
- canConstructQuery(BlackLabIndex, PropertyValue) - Method in class nl.inl.blacklab.resultproperty.DocPropertyDecade
-
- canConstructQuery(BlackLabIndex, PropertyValue) - Method in class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
- canConstructQuery(BlackLabIndex, PropertyValue) - Method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- canConvert(PushbackInputStream, Charset, String) - Method in interface nl.inl.blacklab.indexers.preprocess.ConvertPlugin
-
Can this converter convert this file
- canConvert(PushbackInputStream, Charset, String) - Method in class nl.inl.blacklab.indexers.preprocess.ConvertPluginOpenConvert
-
- canDoNfaMatching() - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
- canDoNfaMatching() - Method in interface nl.inl.blacklab.forwardindex.ForwardIndex
-
- canDoNfaMatching() - Method in class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- canDoNfaMatching() - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- canDoNfaMatching() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- canInternalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Can this query "internalize" the given neighbouring clause?
Internalizing means adding the clause to its children, which is often more
efficient because we create longer sequences that match fewer hits and may
themselves be further optimized.
- canInternalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- canInternalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- canInternalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- canInternalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- canMakeNfa() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- CANNOT_COMBINE - Static variable in class nl.inl.blacklab.search.lucene.optimize.ClauseCombiner
-
- CapturedGroups - Interface in nl.inl.blacklab.search.results
-
Captured group information for a list of hits.
- capturedGroups - Variable in class nl.inl.blacklab.search.results.Hits
-
Our captured groups, or null if we have none.
- capturedGroups() - Method in class nl.inl.blacklab.search.results.Hits
-
- capturedGroups() - Method in class nl.inl.blacklab.search.results.SpansReader
-
- CapturedGroupsImpl - Class in nl.inl.blacklab.search.results
-
Captured group information for a list of hits.
- CapturedGroupsImpl(List<String>) - Constructor for class nl.inl.blacklab.search.results.CapturedGroupsImpl
-
- captureLabel() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- caseAndDiacriticsSensitive(boolean) - Static method in enum nl.inl.blacklab.search.indexmetadata.MatchSensitivity
-
- CHAR_NON_BREAKING_SPACE - Static variable in class nl.inl.util.StringUtil
-
nbsp character (decimal 160 = hex A0)
- character(JsonNode, String) - Static method in class nl.inl.blacklab.indexers.config.YamlJsonReader
-
- character(Map.Entry<String, JsonNode>) - Static method in class nl.inl.blacklab.indexers.config.YamlJsonReader
-
- characterOffsets(Field, int[], int[], boolean) - Method in interface nl.inl.blacklab.search.Doc
-
- characterOffsets(Field, int[], int[], boolean) - Method in class nl.inl.blacklab.search.DocImpl
-
- characters(char[], int, int) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- characters(char[], int, int) - Method in class nl.inl.blacklab.index.HookableSaxHandler
-
Called when character content (not a tag) is encountered in the XML.
- characters(char[], int, int) - Method in class nl.inl.blacklab.index.HookableSaxHandler.ContentCapturingHandler
-
- characters(char[], int, int) - Method in class nl.inl.blacklab.index.HookableSaxHandler.ElementHandler
-
- charsDone(long) - Method in class nl.inl.blacklab.index.IndexListener
-
Some number of characters has been processed.
- charsDone(long) - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- charsDone(long) - Method in class nl.inl.blacklab.index.IndexListenerReportConsole
-
- charsDone(long) - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- childClausesCaptureGroups - Variable in class nl.inl.blacklab.search.lucene.BLSpans
-
Should we ask our clauses for captured groups? If the clauses don't capture
any groups, this will be set to false to improve performance.
- clause - Variable in class nl.inl.blacklab.search.textpattern.TextPatternExpansion
-
- clause - Variable in class nl.inl.blacklab.search.textpattern.TextPatternFilterNGrams
-
- ClauseCombiner - Class in nl.inl.blacklab.search.lucene.optimize
-
- ClauseCombiner() - Constructor for class nl.inl.blacklab.search.lucene.optimize.ClauseCombiner
-
- ClauseCombinerNfa - Class in nl.inl.blacklab.search.lucene.optimize
-
Converts one clause to an NFA and uses the other as the anchor in a FISEQ
operation to match using the forward index.
- ClauseCombinerNfa() - Constructor for class nl.inl.blacklab.search.lucene.optimize.ClauseCombinerNfa
-
- clauses - Variable in class nl.inl.blacklab.search.textpattern.TextPatternCombiner
-
- clausesToString(List<TextPattern>) - Method in class nl.inl.blacklab.search.textpattern.TextPattern
-
- cleanup() - Method in class nl.inl.blacklab.searches.FutureSearchResultCache
-
- cleanup() - Method in interface nl.inl.blacklab.searches.SearchCache
-
- cleanup() - Method in class nl.inl.blacklab.searches.SearchCacheDebug
-
- cleanup() - Method in class nl.inl.blacklab.searches.SearchCacheDummy
-
- clear() - Method in class nl.inl.blacklab.contentstore.ContentStore
-
Clear the entire content store.
- clear() - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
Delete all content in the document store
- clear() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlockReader
-
- clear() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlockWriter
-
Delete all content in the document store
- clear() - Method in class nl.inl.blacklab.forwardindex.Terms
-
Clear the Terms object.
- clear(boolean) - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
Clear the internal state for reuse.
- clear(boolean) - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- clear() - Method in class nl.inl.blacklab.mocks.MockTerms
-
- clear(boolean) - Method in class nl.inl.blacklab.searches.FutureSearchResultCache
-
- clear(boolean) - Method in interface nl.inl.blacklab.searches.SearchCache
-
- clear(boolean) - Method in class nl.inl.blacklab.searches.SearchCacheDebug
-
- clear(boolean) - Method in class nl.inl.blacklab.searches.SearchCacheDummy
-
- clear() - Method in class nl.inl.util.SimpleResourcePool
-
Destroy all objects in the free pool.
- close() - Method in class nl.inl.blacklab.contentstore.ContentStore
-
Close the content store
- close() - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
Close the content store.
- close() - Method in class nl.inl.blacklab.contentstore.ContentStoreDirZip
-
- close() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
- close() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlockReader
-
Close the content store.
- close() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlockWriter
-
Close the content store.
- close() - Method in class nl.inl.blacklab.contentstore.ContentStoresManager
-
- close() - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
Close the forward index.
- close() - Method in interface nl.inl.blacklab.forwardindex.ForwardIndex
-
Close the forward index.
- close() - Method in class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- close() - Method in class nl.inl.blacklab.index.DocIndexer
-
- close() - Method in class nl.inl.blacklab.index.DocIndexerAbstract
-
- close() - Method in interface nl.inl.blacklab.index.Indexer
-
Close the index
- close() - Method in class nl.inl.blacklab.index.MetadataFetcher
-
Close the fetcher, releasing any resources it holds
- close() - Method in class nl.inl.blacklab.indexers.config.DocIndexerChat
-
- close() - Method in class nl.inl.blacklab.indexers.config.DocIndexerPlainText
-
- close() - Method in class nl.inl.blacklab.indexers.config.DocIndexerSaxon
-
- close() - Method in class nl.inl.blacklab.indexers.config.DocIndexerTabular
-
- close() - Method in class nl.inl.blacklab.indexers.config.DocIndexerXPath
-
- close() - Method in class nl.inl.blacklab.indexers.MetadataFetcherCgnImdi
-
- close() - Method in class nl.inl.blacklab.indexers.MetadataFetcherSonarCmdi
-
- close() - Method in class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- close() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- close() - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- close() - Method in interface nl.inl.blacklab.requestlogging.SearchLogger
-
- close() - Method in class nl.inl.blacklab.search.BlackLabEngine
-
- close() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Finalize the index object.
- close() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- close() - Method in class nl.inl.blacklab.search.ContentAccessor
-
- close() - Method in class nl.inl.blacklab.search.lucene.DocIntFieldGetter
-
- close() - Method in class nl.inl.util.CountingReader
-
- close() - Method in class nl.inl.util.FileProcessor
-
Close the executor and wait until all running and pending handler tasks have
completed.
- close() - Method in class nl.inl.util.SimpleResourcePool
-
Cleanup the resources in the free pool.
- close() - Method in class nl.inl.util.UnicodeStream
-
- closeAllZips() - Static method in class nl.inl.blacklab.index.ZipHandleManager
-
- closeEnd() - Method in class nl.inl.blacklab.index.IndexListener
-
The close process ended
- closeEnd() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- closeEnd() - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- closeMappedToc() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
- closeStart() - Method in class nl.inl.blacklab.index.IndexListener
-
The close process started
- closeStart() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- closeStart() - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- collator() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- collator() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get the collator being used for sorting.
- collator() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- Collators - Class in nl.inl.blacklab.forwardindex
-
Collators to use for term equality testing for different sensitivity
settings.
- Collators(Collator, AnnotationForwardIndex.CollatorVersion) - Constructor for class nl.inl.blacklab.forwardindex.Collators
-
- collect(SpanCollector) - Method in class nl.inl.blacklab.mocks.MockSpans
-
- collect(SpanCollector) - Method in class nl.inl.blacklab.mocks.MyTermSpans
-
- collect(SpanCollector) - Method in class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- collect(SpanCollector) - Method in class nl.inl.blacklab.search.lucene.SpansConstrained
-
- COLLECTION_REALLOC_THRESHOLD - Static variable in interface nl.inl.blacklab.search.lucene.SpansInBuckets
-
When to reallocate lists/maps to avoid holding on to too much memory
- collocations(Annotation, ContextSize, MatchSensitivity, boolean) - Method in class nl.inl.blacklab.search.results.Hits
-
Count occurrences of context words around hit.
- collocations(Annotation, ContextSize, MatchSensitivity) - Method in class nl.inl.blacklab.search.results.Hits
-
Count occurrences of context words around hit.
- collocations(Annotation, ContextSize) - Method in class nl.inl.blacklab.search.results.Hits
-
Count occurrences of context words around hit.
- collocations(Hits, Annotation, ContextSize, MatchSensitivity, boolean) - Static method in class nl.inl.blacklab.search.TermFrequencyList
-
Count occurrences of context words around hit.
- collocations(Annotation, ContextSize, MatchSensitivity) - Method in class nl.inl.blacklab.searches.SearchHits
-
Count words occurring near these hits.
- CollUtil - Class in nl.inl.util
-
- CollUtil() - Constructor for class nl.inl.util.CollUtil
-
- column - Variable in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- column - Variable in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- combine(BLSpanQuery, BLSpanQuery, IndexReader) - Method in class nl.inl.blacklab.search.lucene.optimize.ClauseCombiner
-
- combine(BLSpanQuery, BLSpanQuery, IndexReader) - Method in class nl.inl.blacklab.search.lucene.optimize.ClauseCombinerNfa
-
- combineMultiple(String...) - Static method in class nl.inl.blacklab.resultproperty.PropertySerializeUtil
-
- combineParts(String...) - Static method in class nl.inl.blacklab.resultproperty.PropertySerializeUtil
-
- commandProcessor() - Method in class nl.inl.blacklab.tools.QueryTool
-
Parse and execute commands and queries.
- compare(DocGroup, DocGroup) - Method in class nl.inl.blacklab.resultproperty.DocGroupProperty
-
Compares two groups on this property
- compare(DocGroup, DocGroup) - Method in class nl.inl.blacklab.resultproperty.DocGroupPropertyIdentity
-
- compare(DocGroup, DocGroup) - Method in class nl.inl.blacklab.resultproperty.DocGroupPropertySize
-
- compare(DocResult, DocResult) - Method in class nl.inl.blacklab.resultproperty.DocProperty
-
Compares two docs on this property
- compare(DocResult, DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyAnnotatedFieldLength
-
Compares two docs on this property
- compare(DocResult, DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyDecade
-
Compares two docs on this property
- compare(DocResult, DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyId
-
Compares two docs on this property
- compare(DocResult, DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
Compares two docs on this property
- compare(DocResult, DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyNumberOfHits
-
Compares two docs on this property
- compare(int, int) - Method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
Compares two docs on this property
- compare(DocResult, DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
Compares two docs on this property
- compare(G, G) - Method in class nl.inl.blacklab.resultproperty.GroupProperty
-
- compare(HitGroup, HitGroup) - Method in class nl.inl.blacklab.resultproperty.HitGroupProperty
-
Compares two groups on this property
- compare(HitGroup, HitGroup) - Method in class nl.inl.blacklab.resultproperty.HitGroupPropertyIdentity
-
- compare(HitGroup, HitGroup) - Method in class nl.inl.blacklab.resultproperty.HitGroupPropertySize
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitProperty
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDoc
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentDecade
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentId
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyHitPosition
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyHitText
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyLeftContext
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyRightContext
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyWordLeft
-
- compare(Hit, Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyWordRight
-
- compare(T, T) - Method in interface nl.inl.blacklab.resultproperty.ResultProperty
-
Compares two hits on this property.
- compare(int, int, int, int) - Method in interface nl.inl.blacklab.search.lucene.SpansInBuckets.BucketSpanComparator
-
- compareArrays(int[], int[]) - Static method in class nl.inl.util.ArrayUtil
-
Compare two arrays of ints by comparing each element in succession.
- CompareCollectionsLibs - Class in nl.inl.blacklab.testutil
-
- CompareCollectionsLibs() - Constructor for class nl.inl.blacklab.testutil.CompareCollectionsLibs
-
- compareSortPosition(int, int, MatchSensitivity) - Method in class nl.inl.blacklab.forwardindex.Terms
-
Compare two terms (from their term ids) based on their sort positions
- compareTo(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValue
-
- compareTo(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueContextWord
-
- compareTo(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueContextWords
-
- compareTo(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueDoc
-
- compareTo(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueInt
-
- compareTo(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueMultiple
-
- compareTo(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueString
-
- compareTo(Group<T>) - Method in class nl.inl.blacklab.search.results.Group
-
- compareTo(Hit) - Method in interface nl.inl.blacklab.search.results.Hit
-
- compareTo(T) - Method in interface nl.inl.blacklab.search.results.Result
-
- compareTo(TermFrequency) - Method in class nl.inl.blacklab.search.TermFrequency
-
Natural ordering of TokenFrequency is by decreasing frequency.
- CompleteQuery - Class in nl.inl.blacklab.search
-
Represents a combination of a contents query (a TextPattern) and a metadata
"filter query" (a regular Lucene Query).
- CompleteQuery(TextPattern, Query) - Constructor for class nl.inl.blacklab.search.CompleteQuery
-
- complexQuery() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- Concordance - Class in nl.inl.blacklab.search
-
A concordance (left context, hit text, right context).
- Concordance(String[]) - Constructor for class nl.inl.blacklab.search.Concordance
-
Construct a concordance.
- Concordance(String, int, int) - Constructor for class nl.inl.blacklab.search.Concordance
-
Construct a concordance.
- Concordances - Class in nl.inl.blacklab.search.results
-
Concordances for a list of hits.
- concordances(ContextSize) - Method in class nl.inl.blacklab.search.results.Hits
-
Create concordances from the forward index.
- concordances(ContextSize, ConcordanceType) - Method in class nl.inl.blacklab.search.results.Hits
-
- ConcordanceType - Enum in nl.inl.blacklab.search
-
Types of concordances
- config - Variable in class nl.inl.blacklab.indexers.config.DocIndexerConfig
-
Our input format
- config() - Static method in class nl.inl.blacklab.search.BlackLab
-
Get the BlackLab config.
- ConfigAnnotatedField - Class in nl.inl.blacklab.indexers.config
-
Configuration for annotated (formerly "complex") fields in our XML
- ConfigAnnotation - Class in nl.inl.blacklab.indexers.config
-
Configuration for a single annotation (formerly "property") of an annotated field
(formerly "complex field").
- ConfigAnnotation() - Constructor for class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- ConfigAnnotation(String, String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- ConfigAnnotation(String, String, String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- ConfigAnnotationGroup - Class in nl.inl.blacklab.indexers.config
-
Configuration for a group of annotations.
- ConfigAnnotationGroup() - Constructor for class nl.inl.blacklab.indexers.config.ConfigAnnotationGroup
-
- ConfigAnnotationGroup(String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigAnnotationGroup
-
- ConfigAnnotationGroups - Class in nl.inl.blacklab.indexers.config
-
Configuration for how to group annotations for an annotated field.
- ConfigAnnotationGroups() - Constructor for class nl.inl.blacklab.indexers.config.ConfigAnnotationGroups
-
- ConfigAnnotationGroups(String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigAnnotationGroups
-
- ConfigCorpus - Class in nl.inl.blacklab.indexers.config
-
Settings that will be used to write the indexmetadata file for any corpus we
create from this format.
- ConfigCorpus() - Constructor for class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- ConfigInlineTag - Class in nl.inl.blacklab.indexers.config
-
Configuration for an XML element occurring in an annotated field.
- ConfigInlineTag() - Constructor for class nl.inl.blacklab.indexers.config.ConfigInlineTag
-
- ConfigInlineTag(String, String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigInlineTag
-
- ConfigInputFormat - Class in nl.inl.blacklab.indexers.config
-
Configuration for an input format (either contents, or metadata, or a mix of
both).
- ConfigInputFormat(String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
Construct empty input format instance.
- ConfigInputFormat(File, InputFormatReader.BaseFormatFinder) - Constructor for class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- ConfigInputFormat(String, Reader, boolean, InputFormatReader.BaseFormatFinder) - Constructor for class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- ConfigInputFormat.FileType - Enum in nl.inl.blacklab.indexers.config
-
Basic file types we support
- ConfigInputFormat.FileTypeOption - Enum in nl.inl.blacklab.indexers.config
-
file type options for a FileType
- ConfigInputFormat.FileTypeOption.Constants - Class in nl.inl.blacklab.indexers.config
-
- ConfigLinkedDocument - Class in nl.inl.blacklab.indexers.config
-
Configuration for a linked document.
- ConfigLinkedDocument(String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- ConfigLinkedDocument.MissingLinkPathAction - Enum in nl.inl.blacklab.indexers.config
-
- ConfigLinkValue - Class in nl.inl.blacklab.indexers.config
-
Configuration for linked document link values.
- ConfigLinkValue() - Constructor for class nl.inl.blacklab.indexers.config.ConfigLinkValue
-
- ConfigLinkValue(String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigLinkValue
-
- ConfigMetadataBlock - Class in nl.inl.blacklab.indexers.config
-
Configuration for a block of metadata fields.
- ConfigMetadataBlock() - Constructor for class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- ConfigMetadataField - Class in nl.inl.blacklab.indexers.config
-
Configuration for metadata field(s).
- ConfigMetadataField() - Constructor for class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- ConfigMetadataField(String, String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- ConfigMetadataField(String, String, String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- ConfigMetadataFieldGroup - Class in nl.inl.blacklab.indexers.config
-
Configuration for a group of metadata fields.
- ConfigMetadataFieldGroup() - Constructor for class nl.inl.blacklab.indexers.config.ConfigMetadataFieldGroup
-
- ConfigMetadataFieldGroup(String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigMetadataFieldGroup
-
- ConfigProcessStep - Class in nl.inl.blacklab.indexers.config
-
Configuration for a processing step on a value.
- ConfigProcessStep() - Constructor for class nl.inl.blacklab.indexers.config.ConfigProcessStep
-
- ConfigStandoffAnnotations - Class in nl.inl.blacklab.indexers.config
-
Configuration for a block of standoff annotations (annotations that don't
reside under the word tag but elsewhere in the document).
- ConfigStandoffAnnotations() - Constructor for class nl.inl.blacklab.indexers.config.ConfigStandoffAnnotations
-
- ConfigStandoffAnnotations(String, String) - Constructor for class nl.inl.blacklab.indexers.config.ConfigStandoffAnnotations
-
- configStr(Map<String, String>, String) - Static method in interface nl.inl.blacklab.indexers.preprocess.Plugin
-
Read a value from our config if present.
- ConfigWithAnnotations - Interface in nl.inl.blacklab.indexers.config
-
- CONSERVATIVE_COMPRESSION_FACTOR - Static variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
A conservative estimate to avoid our estimates going over the block size
- Constants() - Constructor for class nl.inl.blacklab.indexers.config.ConfigInputFormat.FileTypeOption.Constants
-
- constrainedQuery() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- constraint() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- constraintValue() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- ConstraintValue - Class in nl.inl.blacklab.search.matchfilter
-
- ConstraintValue() - Constructor for class nl.inl.blacklab.search.matchfilter.ConstraintValue
-
- ConstraintValueBoolean - Class in nl.inl.blacklab.search.matchfilter
-
- ConstraintValueBoolean(boolean) - Constructor for class nl.inl.blacklab.search.matchfilter.ConstraintValueBoolean
-
- ConstraintValueInt - Class in nl.inl.blacklab.search.matchfilter
-
- ConstraintValueString - Class in nl.inl.blacklab.search.matchfilter
-
- ConstraintValueUndefined - Class in nl.inl.blacklab.search.matchfilter
-
- consumeCharacterContent() - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
Returns and resets the character content captured since the last call to this
method.
- CONTAINING - Static variable in interface nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserConstants
-
RegularExpression Id.
- CONTENT_STORE_TYPE_NAME - Static variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
The type of content store.
- contentAccessor(Field) - Method in class nl.inl.blacklab.contentstore.ContentStoresManager
-
- contentAccessor(Field) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- contentAccessor(Field) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get the content accessor for a field.
- contentAccessor(Field) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- ContentAccessor - Class in nl.inl.blacklab.search
-
Defines a way to access the original indexed content.
- ContentAccessor(Field, ContentStore) - Constructor for class nl.inl.blacklab.search.ContentAccessor
-
- ContentAccessor(String) - Constructor for class nl.inl.blacklab.search.ContentAccessor
-
- ContentCapturingHandler() - Constructor for class nl.inl.blacklab.index.HookableSaxHandler.ContentCapturingHandler
-
- contentIdField(String) - Static method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
- contentIdField() - Method in interface nl.inl.blacklab.search.indexmetadata.Field
-
Get the Lucene field that contains the content id (if this has a content store)
- contents(Field) - Method in interface nl.inl.blacklab.search.Doc
-
Get the contents of a field from a Lucene Document.
- contents() - Method in interface nl.inl.blacklab.search.Doc
-
Get the document contents (original XML).
- contents(Field, int, int) - Method in interface nl.inl.blacklab.search.Doc
-
Get part of the contents of a field from a Lucene Document.
- contents(Field, int, int) - Method in class nl.inl.blacklab.search.DocImpl
-
- CONTENTS_FILE_NAME - Static variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
Name of the file containing all the original file contents (zipped)
- contentsByCharPos(Field, int, int) - Method in interface nl.inl.blacklab.search.Doc
-
Get part of the contents of a field from a Lucene Document.
- contentsByCharPos(Field, int, int) - Method in class nl.inl.blacklab.search.DocImpl
-
- contentsFieldName() - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedField
-
- contentsFieldName() - Method in interface nl.inl.blacklab.search.indexmetadata.Field
-
Get the Lucene field that contains our main contents.
- contentsFieldName() - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataField
-
- contentsFile - Variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
The file containing all the original file contents
- ContentStore - Class in nl.inl.blacklab.contentstore
-
Store string content by integer id.
- ContentStore() - Constructor for class nl.inl.blacklab.contentstore.ContentStore
-
- contentStore(Field) - Method in class nl.inl.blacklab.contentstore.ContentStoresManager
-
- contentStore(String) - Method in interface nl.inl.blacklab.index.DocWriter
-
Get the content store for the specified field.
- contentStore - Variable in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
Does the field have an associated content store?
- ContentStore.DocTask - Interface in nl.inl.blacklab.contentstore
-
A task to perform on a document in the content store.
- ContentStoreDirAbstract - Class in nl.inl.blacklab.contentstore
-
Store string content by id in a directory of compound files with a TOC file.
- ContentStoreDirAbstract(File) - Constructor for class nl.inl.blacklab.contentstore.ContentStoreDirAbstract
-
- ContentStoreDirUtf8 - Class in nl.inl.blacklab.contentstore
-
Store string content by id in a directory of compound files with a TOC file.
- ContentStoreDirUtf8(File) - Constructor for class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
- ContentStoreDirUtf8(File, boolean) - Constructor for class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
- ContentStoreDirZip - Class in nl.inl.blacklab.contentstore
-
Variant of ContentStoreDirUtf8 that also compresses each block using GZIP.
- ContentStoreDirZip(File) - Constructor for class nl.inl.blacklab.contentstore.ContentStoreDirZip
-
- ContentStoreDirZip(File, boolean) - Constructor for class nl.inl.blacklab.contentstore.ContentStoreDirZip
-
- ContentStoreFixedBlock - Class in nl.inl.blacklab.contentstore
-
- ContentStoreFixedBlock(File) - Constructor for class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
- ContentStoreFixedBlockReader - Class in nl.inl.blacklab.contentstore
-
Store string content by id in a compound file and a TOC file.
- ContentStoreFixedBlockReader(File) - Constructor for class nl.inl.blacklab.contentstore.ContentStoreFixedBlockReader
-
- ContentStoreFixedBlockWriter - Class in nl.inl.blacklab.contentstore
-
Store string content by id in a compound file and a TOC file.
- ContentStoreFixedBlockWriter(File, boolean) - Constructor for class nl.inl.blacklab.contentstore.ContentStoreFixedBlockWriter
-
- contentStores - Variable in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- ContentStoresManager - Class in nl.inl.blacklab.contentstore
-
- ContentStoresManager() - Constructor for class nl.inl.blacklab.contentstore.ContentStoresManager
-
- contentViewable() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- contentViewable() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
Is the content freely viewable by all users, or is it restricted?
- contentViewable() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
Is the content freely viewable by all users, or is it restricted?
- ContextPart(HitPropertyContextWords.ContextStart, int, int) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyContextWords.ContextPart
-
- ContextPart(HitPropertyContextWords.ContextStart, int, int, int) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyContextWords.ContextPart
-
- contexts - Variable in class nl.inl.blacklab.resultproperty.HitProperty
-
Hit contexts, if any
- Contexts - Class in nl.inl.blacklab.search.results
-
- Contexts(Results<Hit>, List<Annotation>, ContextSize, List<FiidLookup>) - Constructor for class nl.inl.blacklab.search.results.Contexts
-
Retrieve context words for the hits.
- contextSize - Variable in class nl.inl.blacklab.resultproperty.HitPropertyContextBase
-
- ContextSize - Class in nl.inl.blacklab.search.results
-
Represents the size of the context around a hit.
- ContextualQueryLanguageParser - Class in nl.inl.blacklab.queryParser.contextql
-
- ContextualQueryLanguageParser(BlackLabIndex) - Constructor for class nl.inl.blacklab.queryParser.contextql.ContextualQueryLanguageParser
-
- continueIndexing() - Method in interface nl.inl.blacklab.index.DocWriter
-
Should we continue indexing or stop?
We stop if we've reached the maximum that was set (if any),
or if a fatal error has occurred (indicated by terminateIndexing).
- convert(Reader, File, String) - Method in class nl.inl.blacklab.tools.SketchToXmlConverter
-
- ConvertPlugin - Interface in nl.inl.blacklab.indexers.preprocess
-
- ConvertPluginOpenConvert - Class in nl.inl.blacklab.indexers.preprocess
-
- ConvertPluginOpenConvert() - Constructor for class nl.inl.blacklab.indexers.preprocess.ConvertPluginOpenConvert
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroup
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroups
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigInlineTag
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkValue
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataFieldGroup
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigProcessStep
-
- copy() - Method in class nl.inl.blacklab.indexers.config.ConfigStandoffAnnotations
-
- copy() - Method in class nl.inl.blacklab.search.fimatch.Nfa
-
- copy() - Method in class nl.inl.blacklab.search.fimatch.NfaTwoWay
-
- copy() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- copyWith(Results<Hit>, Contexts) - Method in class nl.inl.blacklab.resultproperty.HitProperty
-
Produce a copy of this HitProperty object with a different Hits and Contexts
object.
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitProperty
-
Produce a copy of this HitProperty object with a different Hits and Contexts
object.
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyContextWords
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDoc
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentDecade
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentId
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyHitPosition
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyHitText
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyLeftContext
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyRightContext
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyWordLeft
-
- copyWith(Results<Hit>, Contexts, boolean) - Method in class nl.inl.blacklab.resultproperty.HitPropertyWordRight
-
- copyWith(BLSpans) - Method in class nl.inl.blacklab.search.lucene.HitQueryContext
-
- CorpusQueryLanguageParser - Class in nl.inl.blacklab.queryParser.corpusql
-
- CorpusQueryLanguageParser() - Constructor for class nl.inl.blacklab.queryParser.corpusql.CorpusQueryLanguageParser
-
- CorpusSize - Class in nl.inl.blacklab.search.results
-
- cost() - Method in class nl.inl.blacklab.mocks.MyTermSpans
-
- cost() - Method in class nl.inl.blacklab.search.lucene.BLSpans
-
- count - Variable in class nl.inl.blacklab.mocks.MyTermSpans
-
- count() - Method in class nl.inl.blacklab.searches.SearchResults
-
Count hits.
- count(boolean) - Method in class nl.inl.blacklab.searches.SearchResults
-
Count results.
- countedSoFar() - Method in class nl.inl.blacklab.search.results.ResultCount
-
- countedSoFar() - Method in class nl.inl.blacklab.search.results.ResultsStats
-
- countedSoFar() - Method in class nl.inl.blacklab.search.results.ResultsStatsStatic
-
- countedTotal() - Method in class nl.inl.blacklab.search.results.ResultCount
-
- countedTotal() - Method in class nl.inl.blacklab.search.results.ResultsStats
-
- countedTotal() - Method in class nl.inl.blacklab.search.results.ResultsStatsStatic
-
- CountingReader - Class in nl.inl.util
-
A Reader decorator that keeps track of the number of characters read.
- CountingReader(Reader) - Constructor for class nl.inl.util.CountingReader
-
Constructor
- countRegexWordCharacters(String) - Static method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
Count word characters in the regex.
- countsPerFacet() - Method in class nl.inl.blacklab.search.results.Facets
-
- CountTokens - Class in nl.inl.blacklab.testutil
-
Calculate total token count (for older BlackLab indices that don't store this
in the metadata file).
- CountTokens(File) - Constructor for class nl.inl.blacklab.testutil.CountTokens
-
- create(File, ConfigInputFormat) - Static method in class nl.inl.blacklab.search.BlackLab
-
Create an empty index.
- create(File, ConfigInputFormat) - Method in class nl.inl.blacklab.search.BlackLabEngine
-
Create an empty index.
- create(int, int, int) - Static method in interface nl.inl.blacklab.search.results.Hit
-
Create a hit.
- create(BlackLabIndex) - Static method in class nl.inl.blacklab.search.results.QueryInfo
-
- create(BlackLabIndex, AnnotatedField) - Static method in class nl.inl.blacklab.search.results.QueryInfo
-
- create(BlackLabIndex, AnnotatedField, boolean) - Static method in class nl.inl.blacklab.search.results.QueryInfo
-
- create(BlackLabIndex, AnnotatedField, boolean, SearchLogger) - Static method in class nl.inl.blacklab.search.results.QueryInfo
-
- create() - Static method in interface nl.inl.util.ThreadPauser
-
- createComponents(String) - Method in class nl.inl.blacklab.analysis.BLDutchAnalyzer
-
- createComponents(String) - Method in class nl.inl.blacklab.analysis.BLNonTokenizingAnalyzer
-
- createComponents(String) - Method in class nl.inl.blacklab.analysis.BLStandardAnalyzer
-
- createComponents(String) - Method in class nl.inl.blacklab.analysis.BLWhitespaceAnalyzer
-
- createDefaultQueryInfo() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- createDummyForStoringLinkedDocument(String) - Static method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- createEngine(int, int) - Static method in class nl.inl.blacklab.search.BlackLab
-
- createEngine() - Static method in class nl.inl.blacklab.search.BlackLab
-
- createForwardIndex() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- createMetadataBlock() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- createNewIndex(File) - Static method in interface nl.inl.blacklab.index.Indexer
-
- createNewIndex(File, String) - Static method in interface nl.inl.blacklab.index.Indexer
-
- createResource() - Method in class nl.inl.util.SimpleResourcePool
-
Create a new resource object.
- createSpanQuery(QueryInfo, TextPattern, Query) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- createSpanQuery(QueryInfo, TextPattern, Query) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- createSpanQuery(QueryInfo, TextPattern, Query) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- createWeight(IndexSearcher, boolean) - Method in class nl.inl.blacklab.search.SingleDocIdFilter
-
- curChar - Variable in class nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserTokenManager
-
- curChar - Variable in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserTokenManager
-
- CURRENT_VERSION - Static variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
Version of this type of content store.
- currentElementMatches() - Method in class nl.inl.blacklab.index.HookableSaxHandler.SaxPathExpressionChecker
-
- currentLuceneDoc - Variable in class nl.inl.blacklab.index.DocIndexer
-
The Lucene Document we're currently constructing (corresponds to the document
we're indexing)
- currentPauseLength() - Method in interface nl.inl.util.ThreadPauser
-
How long has this job been paused for currently?
This does not include any previous pauses.
- currentPauseLength() - Method in class nl.inl.util.ThreadPauserImpl
-
- currentRunPhaseLength() - Method in interface nl.inl.util.ThreadPauser
-
How long has this job been running currently?
This does not include any previous running phases.
- currentRunPhaseLength() - Method in class nl.inl.util.ThreadPauserImpl
-
- currentToken - Variable in exception nl.inl.blacklab.queryParser.contextql.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception nl.inl.blacklab.queryParser.corpusql.ParseException
-
This is the last token that has been consumed successfully.
- currentWord - Variable in class nl.inl.blacklab.index.DocIndexerXmlHandlers.WordInAttributeHandler
-
- cutAroundTags(String, int) - Method in class nl.inl.util.XmlHighlighter
-
Cut a string after a specified number of non-tag characters, preferably at a
word boundary, keeping all tags after the cut intact.
- date - Variable in class nl.inl.blacklab.indexers.MetadataFetcherKbDpo.GetKbMetadata.Metadata
-
- DATE - Static variable in interface nl.inl.blacklab.search.indexmetadata.MetadataFields
-
Name of special field type for document date
- debugStream - Variable in class nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserTokenManager
-
Debug output.
- debugStream - Variable in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserTokenManager
-
Debug output.
- decodeBlock(byte[], int, int) - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
Convert the byte buffer representation of a block back to the original String
- decodeBlock(byte[], int, int) - Method in class nl.inl.blacklab.contentstore.ContentStoreDirZip
-
- decodeBlock(byte[], int, int) - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlockReader
-
- dedupe(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
If we've already seen this string, return the original copy.
- DEFAULT - Static variable in interface nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserConstants
-
Lexical state.
- DEFAULT_ANALYZER - Static variable in class nl.inl.blacklab.search.BlackLabIndexImpl
-
Analyzer for Dutch and other Latin script languages
- DEFAULT_CHARSET - Static variable in class nl.inl.blacklab.forwardindex.Terms
-
- DEFAULT_CONC_PUNCT_PROP - Static variable in class nl.inl.blacklab.search.Kwic
-
- DEFAULT_CONC_WORD_PROP - Static variable in class nl.inl.blacklab.search.Kwic
-
- DEFAULT_CONTENTS_FIELD_NAME - Static variable in interface nl.inl.blacklab.index.Indexer
-
Annotated field name for default contents field
- DEFAULT_INPUT_ENCODING - Static variable in interface nl.inl.blacklab.index.Indexer
-
- DEFAULT_MAX_COUNT - Static variable in class nl.inl.blacklab.search.results.SearchSettings
-
How many hits to count by default
- DEFAULT_MAX_MAP_SIZE - Static variable in class nl.inl.blacklab.forwardindex.Terms
-
We set this to a lower value on Windows because we can't properly truncate
the file due to the file still being mapped (there is no clean way to unmap a
mapped file in Java, and Windows doesn't allow truncating a mapped file).
- DEFAULT_MAX_PROCESS - Static variable in class nl.inl.blacklab.search.results.SearchSettings
-
How many hits to process by default
- DEFAULT_NFA_THRESHOLD - Static variable in class nl.inl.blacklab.search.lucene.optimize.ClauseCombinerNfa
-
The default value of nfaThreshold.
- defaultAnalyzerName() - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataFields
-
Name of the default analyzer to use for metadata fields.
- defaultCollator() - Static method in class nl.inl.blacklab.forwardindex.Collators
-
- defaultCollator() - Static method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- defaultConfigDirs() - Static method in class nl.inl.blacklab.search.BlackLab
-
Return a list of directories that should be searched for BlackLab-related
configuration files.
- defaultContextSize() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- defaultContextSize() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get the default context size.
- defaultContextSize() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- defaultExecutionContext(AnnotatedField) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- defaultExecutionContext(AnnotatedField) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get the default initial query execution context.
- defaultExecutionContext(AnnotatedField) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- defaultMatchSensitivity() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- defaultMatchSensitivity() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- defaultMatchSensitivity - Variable in class nl.inl.blacklab.search.BlackLabIndexImpl
-
Should we default to case-/diacritics-sensitive searching? [default: both insensitive]
- defaultMatchSensitivity() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- defaultMaxEdits - Static variable in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- defaultPrefixLength - Static variable in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- defaults() - Static method in class nl.inl.blacklab.search.results.SearchSettings
-
- defaultUnbalancedTagsStrategy() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- defaultUnbalancedTagsStrategy() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
How do we fix well-formedness for snippets of XML?
- defaultUnbalancedTagsStrategy() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- DefaultWordHandler() - Constructor for class nl.inl.blacklab.index.DocIndexerXmlHandlers.DefaultWordHandler
-
- delete(int) - Method in class nl.inl.blacklab.contentstore.ContentStore
-
Delete a document from the content store.
- delete(int) - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
- delete(int) - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlockReader
-
- delete(int) - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlockWriter
-
- delete() - Method in interface nl.inl.blacklab.forwardindex.FIDoc
-
Delete document from the forward index
- delete(Query) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- delete(Query) - Method in interface nl.inl.blacklab.search.BlackLabIndexWriter
-
Deletes documents matching a query from the BlackLab index.
- delete(Document) - Method in class nl.inl.blacklab.search.ContentAccessor
-
- deleteDocument(Document) - Method in class nl.inl.blacklab.contentstore.ContentStoresManager
-
- deleteDocument(int) - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
Delete a document from the forward index
- deleteDocument(int) - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- deleteDocumentByLuceneDoc(Document) - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
- deleteFromForwardIndices(Document) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- describeAnnotation(Annotation) - Method in class nl.inl.blacklab.tools.QueryTool
-
- describeInterval(long) - Static method in class nl.inl.util.Timer
-
Describe the interval in a human-readable way.
- describeInterval(long, boolean) - Static method in class nl.inl.util.TimeUtil
-
Describe the elapsed time in a human-readable way.
- describeInterval(long) - Static method in class nl.inl.util.TimeUtil
-
Describe the interval in a human-readable way.
- describePosition() - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- describePosition() - Method in class nl.inl.blacklab.index.HookableSaxHandler
-
Describe current parsing position
- description() - Method in class nl.inl.blacklab.mocks.MockAnnotatedField
-
- description() - Method in class nl.inl.blacklab.mocks.MockAnnotation
-
- description() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- description() - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
- description() - Method in interface nl.inl.blacklab.search.indexmetadata.Field
-
Get this field's display name
- description - Variable in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
Field's name
- description() - Method in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
Get this field's description
- description() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
Get a description of the index, if specified
- description() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
Get a description of the index, if specified
- desensitize(String) - Method in enum nl.inl.blacklab.search.indexmetadata.MatchSensitivity
-
- DesensitizeFilter - Class in nl.inl.blacklab.analysis
-
Lowercases and/or removes any accents from the input.
- DesensitizeFilter(TokenStream, boolean, boolean) - Constructor for class nl.inl.blacklab.analysis.DesensitizeFilter
-
- DesensitizerAdder - Class in nl.inl.blacklab.index.annotated
-
- DesensitizerAdder(boolean, boolean) - Constructor for class nl.inl.blacklab.index.annotated.DesensitizerAdder
-
- deserialize(String) - Static method in class nl.inl.blacklab.resultproperty.DocGroupProperty
-
- deserialize(BlackLabIndex, String) - Static method in class nl.inl.blacklab.resultproperty.DocProperty
-
- deserialize(BlackLabIndex, String) - Static method in class nl.inl.blacklab.resultproperty.DocPropertyAnnotatedFieldLength
-
- deserialize(BlackLabIndex, String) - Static method in class nl.inl.blacklab.resultproperty.DocPropertyDecade
-
- deserialize() - Static method in class nl.inl.blacklab.resultproperty.DocPropertyId
-
- deserialize(BlackLabIndex, String) - Static method in class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
- deserialize() - Static method in class nl.inl.blacklab.resultproperty.DocPropertyNumberOfHits
-
- deserialize(BlackLabIndex, String) - Static method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- deserialize(String) - Static method in class nl.inl.blacklab.resultproperty.HitGroupProperty
-
- deserialize(Results<Hit>, String) - Static method in class nl.inl.blacklab.resultproperty.HitProperty
-
- deserialize(BlackLabIndex, AnnotatedField, String) - Static method in class nl.inl.blacklab.resultproperty.HitProperty
-
Convert the String representation of a HitProperty back into the HitProperty
- deserialize(Hits, String) - Static method in class nl.inl.blacklab.resultproperty.PropertyValue
-
Convert the String representation of a HitPropValue back into the
HitPropValue
- deserialize(BlackLabIndex, AnnotatedField, String) - Static method in class nl.inl.blacklab.resultproperty.PropertyValue
-
Convert the String representation of a HitPropValue back into the
HitPropValue
- deserialize(BlackLabIndex, AnnotatedField, String) - Static method in class nl.inl.blacklab.resultproperty.PropertyValueContextWord
-
- deserialize(BlackLabIndex, AnnotatedField, String, boolean) - Static method in class nl.inl.blacklab.resultproperty.PropertyValueContextWords
-
- deserialize(String) - Static method in class nl.inl.blacklab.resultproperty.PropertyValueDecade
-
- deserialize(BlackLabIndex, String) - Static method in class nl.inl.blacklab.resultproperty.PropertyValueDoc
-
- deserialize(String) - Static method in class nl.inl.blacklab.resultproperty.PropertyValueInt
-
- deserialize(BlackLabIndex, AnnotatedField, String) - Static method in class nl.inl.blacklab.resultproperty.PropertyValueMultiple
-
- deserialize(String) - Static method in class nl.inl.blacklab.resultproperty.PropertyValueString
-
- deserializeProp(Class<T>, BlackLabIndex, AnnotatedField, String) - Static method in class nl.inl.blacklab.resultproperty.HitPropertyContextBase
-
- deserializeToken(String) - Method in class nl.inl.blacklab.forwardindex.Terms
-
- destroyResource(T) - Method in class nl.inl.util.SimpleResourcePool
-
Destroy a resource object.
- dir - Variable in class nl.inl.blacklab.contentstore.ContentStoreDirAbstract
-
Dir to store the content and TOC
- DIR_TO_LEFT - Static variable in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- DIR_TO_RIGHT - Static variable in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- direction - Variable in class nl.inl.blacklab.resultproperty.HitPropertyContextWords.ContextPart
-
Direction: 1 = default direction, -1 = reverse direction.
- direction - Variable in class nl.inl.blacklab.search.textpattern.TextPatternExpansion
-
- directory(File) - Method in interface nl.inl.util.FileProcessor.FileHandler
-
Handle a directory.
- disable_tracing() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Disable tracing.
- displayName() - Method in class nl.inl.blacklab.mocks.MockAnnotatedField
-
- displayName() - Method in class nl.inl.blacklab.mocks.MockAnnotation
-
- displayName() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- displayName() - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
- displayName() - Method in interface nl.inl.blacklab.search.indexmetadata.Field
-
Get this field's display name
- displayName - Variable in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
Field's name
- displayName() - Method in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
Get this field's display name
- displayName() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
Get the display name for the index.
- displayName() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
Get the display name for the index.
- displayOrder() - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataField
-
- displayOrder() - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldImpl
-
- displayValues() - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataField
-
- displayValues() - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldImpl
-
- doc(int) - Method in interface nl.inl.blacklab.forwardindex.ForwardIndex
-
Get a document from the forward index.
- doc(int) - Method in class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- doc(int) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- doc - Variable in class nl.inl.blacklab.mocks.MyTermSpans
-
- doc(int) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get a BlackLab document.
- doc(int) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- Doc - Interface in nl.inl.blacklab.search
-
Combination of a document in the everse index, forward index and
content store.
- doc() - Method in interface nl.inl.blacklab.search.results.Hit
-
Get the document this hit occurs in.
- doc() - Method in class nl.inl.blacklab.search.results.HitImpl
-
- DocContents - Class in nl.inl.blacklab.search
-
(Part of) the contents of a document.
- DocContents() - Constructor for class nl.inl.blacklab.search.DocContents
-
- docContents() - Method in class nl.inl.blacklab.search.Kwic
-
- DocContentsFromForwardIndex - Class in nl.inl.blacklab.search
-
(Part of) the contents of a document, in separate annotations read from the
forward indices.
- DocContentsFromForwardIndex(List<Annotation>, List<String>) - Constructor for class nl.inl.blacklab.search.DocContentsFromForwardIndex
-
Construct DocContentsFromForwardIndex object.
- DocContentsString - Class in nl.inl.blacklab.search
-
(Part of) the contents of a document, in string form.
- DocContentsString(String) - Constructor for class nl.inl.blacklab.search.DocContentsString
-
Construct DocContents object.
- docCount() - Method in class nl.inl.blacklab.searches.SearchResults
-
Count docs.
- docCount(boolean) - Method in class nl.inl.blacklab.searches.SearchResults
-
Count docs.
- docExists(int) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- docExists(int) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Is the document id in range, and not a deleted document?
- docExists(int) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- DocGroup - Class in nl.inl.blacklab.search.results
-
A group of DocResult objects, plus the "group identity".
- DocGroup(QueryInfo, PropertyValue, List<DocResult>, int, long) - Constructor for class nl.inl.blacklab.search.results.DocGroup
-
- DocGroupProperty - Class in nl.inl.blacklab.resultproperty
-
Abstract base class for a property of a hit, like document title, hit text,
right context, etc.
- DocGroupProperty(DocGroupProperty, boolean) - Constructor for class nl.inl.blacklab.resultproperty.DocGroupProperty
-
- DocGroupProperty() - Constructor for class nl.inl.blacklab.resultproperty.DocGroupProperty
-
- DocGroupPropertyIdentity - Class in nl.inl.blacklab.resultproperty
-
- DocGroupPropertyIdentity() - Constructor for class nl.inl.blacklab.resultproperty.DocGroupPropertyIdentity
-
- DocGroupPropertySize - Class in nl.inl.blacklab.resultproperty
-
- DocGroupPropertySize() - Constructor for class nl.inl.blacklab.resultproperty.DocGroupPropertySize
-
- DocGroups - Class in nl.inl.blacklab.search.results
-
Applies grouping to the results in a DocResults object.
- DocGroups(QueryInfo, List<DocGroup>, DocProperty, SampleParameters, WindowStats) - Constructor for class nl.inl.blacklab.search.results.DocGroups
-
- docID() - Method in class nl.inl.blacklab.mocks.MockSpans
-
- docID() - Method in class nl.inl.blacklab.mocks.MockSpansInBuckets
-
- docID() - Method in class nl.inl.blacklab.mocks.MyTermSpans
-
- docID() - Method in class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- docID() - Method in class nl.inl.blacklab.search.lucene.SpansConstrained
-
- docID() - Method in interface nl.inl.blacklab.search.lucene.SpansInBuckets
-
Document id of current bucket
- DocImpl - Class in nl.inl.blacklab.search
-
- DocImpl(BlackLabIndex, int) - Constructor for class nl.inl.blacklab.search.DocImpl
-
- DocIndexer - Class in nl.inl.blacklab.index
-
Indexes a file.
- DocIndexer() - Constructor for class nl.inl.blacklab.index.DocIndexer
-
- docIndexer - Variable in class nl.inl.blacklab.index.MetadataFetcher
-
- DocIndexerAbstract - Class in nl.inl.blacklab.index
-
Abstract base class for a DocIndexer processing XML files.
- DocIndexerAbstract() - Constructor for class nl.inl.blacklab.index.DocIndexerAbstract
-
NOTE: newer DocIndexers should only have a default constructor, and provide
methods to set the Indexer object and the document being indexed (which are
called by the Indexer).
- DocIndexerAbstract(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.index.DocIndexerAbstract
-
- DocIndexerAlto - Class in nl.inl.blacklab.indexers
-
Index a Alto (OCR'ed text) file.
- DocIndexerAlto(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerAlto
-
- DocIndexerBase - Class in nl.inl.blacklab.indexers.config
-
- DocIndexerBase() - Constructor for class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- DocIndexerChat - Class in nl.inl.blacklab.indexers.config
-
Class to read files in (CHILDES) CHAT format.
- DocIndexerChat() - Constructor for class nl.inl.blacklab.indexers.config.DocIndexerChat
-
- DocIndexerConfig - Class in nl.inl.blacklab.indexers.config
-
A DocIndexer configured using a ConfigInputFormat structure.
- DocIndexerConfig() - Constructor for class nl.inl.blacklab.indexers.config.DocIndexerConfig
-
- DocIndexerConvertAndTag - Class in nl.inl.blacklab.indexers.preprocess
-
Wrapper class for a regular DocIndexer.
- DocIndexerConvertAndTag(DocIndexerConfig, ConfigInputFormat) - Constructor for class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- DocIndexerExample - Class in nl.inl.blacklab.testutil
-
Example indexer.
- DocIndexerExample(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.testutil.DocIndexerExample
-
- DocIndexerFactory - Interface in nl.inl.blacklab.index
-
Factory responsible for creating
DocIndexer
instances.
- DocIndexerFactory.Format - Class in nl.inl.blacklab.index
-
Description of a supported input format
- DocIndexerFactoryClass - Class in nl.inl.blacklab.index
-
Supports creation of several types of DocIndexers implemented directly in
code.
- DocIndexerFactoryClass() - Constructor for class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- DocIndexerFactoryConfig - Class in nl.inl.blacklab.index
-
A DocIndexerFactory implementation that automatically adds configurations in
the formats/ dir in the jar and scans the default config directories for
subdirectories called "config", then loads any configurations within those
directories.
- DocIndexerFactoryConfig() - Constructor for class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- DocIndexerFolia - Class in nl.inl.blacklab.indexers
-
Index a FoLiA file.
- DocIndexerFolia(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerFolia
-
- DocIndexerOpenSonar - Class in nl.inl.blacklab.indexers
-
Index a FoLiA file.
- DocIndexerOpenSonar(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerOpenSonar
-
- DocIndexerPageXml - Class in nl.inl.blacklab.indexers
-
Index a PageXML (OCR'ed text) file.
- DocIndexerPageXml(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerPageXml
-
- DocIndexerPlainText - Class in nl.inl.blacklab.indexers.config
-
An indexer for tabular file formats, such as tab-separated or comma-separated
values.
- DocIndexerPlainText() - Constructor for class nl.inl.blacklab.indexers.config.DocIndexerPlainText
-
- DocIndexerPlainTextBasic - Class in nl.inl.blacklab.index
-
Simple example indexer for plain text files.
- DocIndexerPlainTextBasic(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.index.DocIndexerPlainTextBasic
-
- DocIndexerSaxon - Class in nl.inl.blacklab.indexers.config
-
An indexer capable of XPath version supported by the provided saxon library.
- DocIndexerSaxon() - Constructor for class nl.inl.blacklab.indexers.config.DocIndexerSaxon
-
- DocIndexerTabular - Class in nl.inl.blacklab.indexers.config
-
An indexer for tabular file formats, such as tab-separated or comma-separated
values.
- DocIndexerTabular() - Constructor for class nl.inl.blacklab.indexers.config.DocIndexerTabular
-
- DocIndexerTei - Class in nl.inl.blacklab.indexers
-
Index a TEI P4/P5 file.
- DocIndexerTei(DocWriter, String, Reader, String) - Constructor for class nl.inl.blacklab.indexers.DocIndexerTei
-
- DocIndexerTei(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerTei
-
- DocIndexerTeiBase - Class in nl.inl.blacklab.indexers
-
Index a TEI P4/P5 file.
- DocIndexerTeiBase(DocWriter, String, Reader, String, boolean) - Constructor for class nl.inl.blacklab.indexers.DocIndexerTeiBase
-
- DocIndexerTeiPosInFunctionAttr - Class in nl.inl.blacklab.indexers
-
Index a TEI P4/P5 file with the PoS in the "function" attribute.
- DocIndexerTeiPosInFunctionAttr(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerTeiPosInFunctionAttr
-
- DocIndexerTeiText - Class in nl.inl.blacklab.indexers
-
Index a TEI P4/P5 file, using the <text> element instead of the
<body> element as the main content element.
- DocIndexerTeiText(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerTeiText
-
- DocIndexerWhiteLab2 - Class in nl.inl.blacklab.indexers
-
Index a FoLiA file for WhiteLab 2.0.
- DocIndexerWhiteLab2(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerWhiteLab2
-
- DocIndexerXmlHandlers - Class in nl.inl.blacklab.index
-
Abstract base class for a DocIndexer processing XML files using the hookable
SAX parser.
- DocIndexerXmlHandlers(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- DocIndexerXmlHandlers.DefaultWordHandler - Class in nl.inl.blacklab.index
-
Handle <Word> tags (word tokens).
- DocIndexerXmlHandlers.DocumentElementHandler - Class in nl.inl.blacklab.index
-
Handle Document element.
- DocIndexerXmlHandlers.InlineTagHandler - Class in nl.inl.blacklab.index
-
Handle tags.
- DocIndexerXmlHandlers.MetadataAttributesHandler - Class in nl.inl.blacklab.index
-
Add element attributes as metadata.
- DocIndexerXmlHandlers.MetadataElementHandler - Class in nl.inl.blacklab.index
-
Stores metadata field with element name as name and element content as value.
- DocIndexerXmlHandlers.MetadataNameValueAttributeHandler - Class in nl.inl.blacklab.index
-
Add a metadatafield based on two attributes of an element, a name attribute
(giving the field name) and a value attribute (giving the field value).
- DocIndexerXmlHandlers.WordHandlerBase - Class in nl.inl.blacklab.index
-
Base handler for word tags: adds start and end positions around the element.
- DocIndexerXmlHandlers.WordInAttributeHandler - Class in nl.inl.blacklab.index
-
Handle <Word> tags (word tokens).
- DocIndexerXmlSketch - Class in nl.inl.blacklab.indexers
-
Index a Sketch XML file.
- DocIndexerXmlSketch(DocWriter, String, Reader) - Constructor for class nl.inl.blacklab.indexers.DocIndexerXmlSketch
-
- DocIndexerXPath - Class in nl.inl.blacklab.indexers.config
-
An indexer configured using full XPath 1.0 expressions.
- DocIndexerXPath() - Constructor for class nl.inl.blacklab.indexers.config.DocIndexerXPath
-
- DocIntFieldGetter - Class in nl.inl.blacklab.search.lucene
-
Used to get an integer field value for a document.
- DocIntFieldGetter(LeafReader, String) - Constructor for class nl.inl.blacklab.search.lucene.DocIntFieldGetter
-
- docLength(int) - Method in class nl.inl.blacklab.contentstore.ContentStore
-
Returns the document length in characters
- docLength(int) - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
- docLength(int) - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
- docLength(int) - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
Gets the length (in tokens) of a document
- docLength() - Method in interface nl.inl.blacklab.forwardindex.FIDoc
-
Gets the length (in tokens) of the document
- docLength(int) - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- DocProperty - Class in nl.inl.blacklab.resultproperty
-
Abstract base class for criteria on which to group DocResult objects.
- DocProperty(DocProperty, boolean) - Constructor for class nl.inl.blacklab.resultproperty.DocProperty
-
- DocProperty() - Constructor for class nl.inl.blacklab.resultproperty.DocProperty
-
- DocPropertyAnnotatedFieldLength - Class in nl.inl.blacklab.resultproperty
-
Retrieves the length of an annotated field (i.e.
- DocPropertyAnnotatedFieldLength(BlackLabIndex, String, String) - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyAnnotatedFieldLength
-
- DocPropertyAnnotatedFieldLength(BlackLabIndex, String) - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyAnnotatedFieldLength
-
- DocPropertyDecade - Class in nl.inl.blacklab.resultproperty
-
For grouping DocResult objects by decade based on a stored field containing a
year.
- DocPropertyDecade(BlackLabIndex, String) - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyDecade
-
- DocPropertyId - Class in nl.inl.blacklab.resultproperty
-
For grouping DocResult objects by decade based on a stored field containing a
year.
- DocPropertyId() - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyId
-
- DocPropertyMultiple - Class in nl.inl.blacklab.resultproperty
-
A collection of GroupProperty's identifying a particular group.
- DocPropertyMultiple(List<DocProperty>) - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
Quick way to create group criteria.
- DocPropertyMultiple(DocProperty...) - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
Quick way to create group criteria.
- DocPropertyNumberOfHits - Class in nl.inl.blacklab.resultproperty
-
For grouping DocResult objects on the number of hits.
- DocPropertyNumberOfHits() - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyNumberOfHits
-
- DocPropertyStoredField - Class in nl.inl.blacklab.resultproperty
-
For grouping DocResult objects by the value of a stored field in the Lucene
documents.
- DocPropertyStoredField(DocPropertyStoredField, boolean) - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- DocPropertyStoredField(BlackLabIndex, String) - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- DocPropertyStoredField(BlackLabIndex, String, String) - Constructor for class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- docPropsOnly() - Method in class nl.inl.blacklab.resultproperty.HitProperty
-
Return only the DocProperty portion (if any) of this HitProperty, if any.
- docPropsOnly() - Method in class nl.inl.blacklab.resultproperty.HitPropertyDoc
-
- docPropsOnly() - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentDecade
-
- docPropsOnly() - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentId
-
- docPropsOnly() - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- docPropsOnly() - Method in class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
- docPropValues(PropertyValue) - Method in class nl.inl.blacklab.resultproperty.HitProperty
-
Return only the values corresponding to DocProperty's of the given PropertyValue, if any.
- docPropValues(PropertyValue) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDoc
-
- docPropValues(PropertyValue) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentDecade
-
- docPropValues(PropertyValue) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentId
-
- docPropValues(PropertyValue) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- docPropValues(PropertyValue) - Method in class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
- DocResult - Class in nl.inl.blacklab.search.results
-
A document result, containing a Lucene document from the index and a
collection of Hit objects.
- DocResult(QueryInfo, PropertyValueDoc, float, int) - Constructor for class nl.inl.blacklab.search.results.DocResult
-
- DocResult(PropertyValue, Hits, int) - Constructor for class nl.inl.blacklab.search.results.DocResult
-
Construct a DocResult.
- DocResults - Class in nl.inl.blacklab.search.results
-
A list of DocResult objects (document-level query results).
- DocResults(QueryInfo) - Constructor for class nl.inl.blacklab.search.results.DocResults
-
Construct an empty DocResults.
- DocResults(QueryInfo, Hits, int) - Constructor for class nl.inl.blacklab.search.results.DocResults
-
Construct per-document results objects from a Hits object
- DocResults(QueryInfo, List<DocResult>, SampleParameters, WindowStats) - Constructor for class nl.inl.blacklab.search.results.DocResults
-
Wraps a list of DocResult objects with the DocResults interface.
- docs(int) - Method in class nl.inl.blacklab.searches.SearchHits
-
Group hits by document.
- docsCounted - Variable in class nl.inl.blacklab.search.results.Hits
-
The number of separate documents we've counted so far (includes non-retrieved
hits).
- docsCountedSoFar() - Method in class nl.inl.blacklab.search.results.Hits
-
- docsCountedTotal() - Method in class nl.inl.blacklab.search.results.Hits
-
- docsProcessedAtLeast(int) - Method in class nl.inl.blacklab.search.results.DocResults
-
Determines if there are at least a certain number of results
This may be used if we don't want to process all results (which may be a lot)
but we do need to know something about the size of the result set (such as
for paging).
- docsProcessedSoFar() - Method in class nl.inl.blacklab.search.results.DocResults
-
- docsProcessedSoFar() - Method in class nl.inl.blacklab.search.results.Hits
-
- docsProcessedTotal() - Method in class nl.inl.blacklab.search.results.DocResults
-
Get the number of documents in this results set.
- docsProcessedTotal() - Method in class nl.inl.blacklab.search.results.Hits
-
- docsRetrieved - Variable in class nl.inl.blacklab.search.results.Hits
-
The number of separate documents we've seen in the hits retrieved.
- docsStats() - Method in class nl.inl.blacklab.search.results.Hits
-
- docsToDoLeft() - Method in interface nl.inl.blacklab.index.DocWriter
-
How many more documents should we process?
- DocTask - Interface in nl.inl.blacklab.search
-
A task to perform on a document.
- documentDone(String) - Method in class nl.inl.blacklab.index.IndexListener
-
A document was processed.
- documentDone(String) - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- documentDone(String) - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- DocumentElementHandler() - Constructor for class nl.inl.blacklab.index.DocIndexerXmlHandlers.DocumentElementHandler
-
- documentFormat() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- documentFormat() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
What format(s) is/are the documents in?
This is in the form of a format identifier as understood
by the DocumentFormats class (either an abbreviation or a
(qualified) class name).
- documentFormat() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
What format(s) is/are the documents in?
This is in the form of a format identifier as understood by the
DocumentFormats class (either an abbreviation or a (qualified) class name).
- documentFormat() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadataWriter
-
Get the document format.
- DocumentFormatNotFound - Exception in nl.inl.blacklab.exceptions
-
An unknown document format was specified, or there was some other problem
with the document format.
- DocumentFormatNotFound(String) - Constructor for exception nl.inl.blacklab.exceptions.DocumentFormatNotFound
-
- DocumentFormats - Class in nl.inl.blacklab.index
-
Document format registry, for resolving a DocIndexer class given a format
identifier (common abbreviation or (qualified) class name).
- DocumentFormats() - Constructor for class nl.inl.blacklab.index.DocumentFormats
-
- documentName - Variable in class nl.inl.blacklab.index.DocIndexer
-
File we're currently parsing.
- documentStarted(String) - Method in class nl.inl.blacklab.index.IndexListener
-
We started processing a document
Synchronized to allow parallel indexing.
- documentStarted(String) - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- documentStarted(String) - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- docValuesType() - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldImpl
-
- docWriter - Variable in class nl.inl.blacklab.index.DocIndexer
-
- DocWriter - Interface in nl.inl.blacklab.index
-
Interface the DocIndexer gets to store documents.
- doFilter(Results<T>, ResultProperty<T>, PropertyValue) - Static method in class nl.inl.blacklab.search.results.Results
-
- Done() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
Set buffers back to null when finished.
- Done() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
Set buffers back to null when finished.
- done() - Method in class nl.inl.blacklab.search.results.ResultCount
-
- done() - Method in class nl.inl.blacklab.search.results.ResultsStats
-
- done() - Method in class nl.inl.blacklab.search.results.ResultsStatsStatic
-
- done() - Method in class nl.inl.blacklab.search.results.SpansReader
-
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.results.DocGroups
-
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.results.DocResults
-
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.results.HitGroups
-
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.results.HitsFiltered
-
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.results.HitsFromQuery
-
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.results.HitsFromQueryParallel
-
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.results.HitsList
-
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.results.Results
-
Check if we're done retrieving/counting hits.
- doneProcessingAndCounting() - Method in class nl.inl.blacklab.search.TermFrequencyList
-
- doPerformanceTest(ContentStore, int, int, int, int) - Static method in class nl.inl.blacklab.testutil.BatchContentStore
-
Do a performance test, retrieving snippets from a number of documents.
- doPerformanceTest(AnnotationForwardIndex, int, int, int, int) - Static method in class nl.inl.blacklab.testutil.BatchForwardIndex
-
Do a performance test, retrieving snippets from a number of documents.
- doSample(Results<T>, SampleParameters) - Static method in class nl.inl.blacklab.search.results.Results
-
- doSort(Results<T>, P) - Static method in class nl.inl.blacklab.search.results.Results
-
- doWindow(Results<T>, int, int) - Static method in class nl.inl.blacklab.search.results.Results
-
- DownloadCache - Class in nl.inl.blacklab.index
-
Manages downloaded files.
- DownloadCache() - Constructor for class nl.inl.blacklab.index.DownloadCache
-
- downloadFile(String) - Static method in class nl.inl.blacklab.index.DownloadCache
-
Download file to temp file if it hasn't been downloaded already.
- dump(NfaState, Map<NfaState, Integer>) - Static method in class nl.inl.blacklab.search.fimatch.NfaState
-
- dump(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaState
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaState
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAnd
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAndAcyclic
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAnyToken
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMatch
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMultiTermPattern
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateNot
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOr
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOrAcyclic
-
- dumpInternal(Map<NfaState, Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateToken
-
- elapsed() - Method in class nl.inl.util.Timer
-
- elapsedDescription() - Method in class nl.inl.util.Timer
-
Describe the elapsed time in a human-readable way.
- elapsedDescription(boolean) - Method in class nl.inl.util.Timer
-
Describe the elapsed time in a human-readable way.
- ElementHandler() - Constructor for class nl.inl.blacklab.index.HookableSaxHandler.ElementHandler
-
- elementName - Variable in class nl.inl.blacklab.search.textpattern.TextPatternTags
-
- EMPTY - Static variable in class nl.inl.blacklab.search.results.CorpusSize
-
- empty(QueryInfo) - Static method in class nl.inl.blacklab.search.results.DocResults
-
Construct an empty DocResults.
- empty(QueryInfo, PropertyValue, int) - Static method in class nl.inl.blacklab.search.results.HitGroup
-
- emptyList(QueryInfo) - Static method in class nl.inl.blacklab.search.results.Hits
-
Construct an empty Hits object.
- emptySet() - Static method in class nl.inl.blacklab.search.fimatch.NfaState
-
- emptySpans() - Static method in class nl.inl.blacklab.mocks.MockSpans
-
- enable_tracing() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Enable tracing.
- encodeBlock(String) - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
Convert the String representation of a block to a byte buffer
- encodeBlock(String) - Method in class nl.inl.blacklab.contentstore.ContentStoreDirZip
-
- encodeBlock() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlockWriter
-
- end() - Method in interface nl.inl.blacklab.search.results.Hit
-
Get the end of this hit.
- end() - Method in class nl.inl.blacklab.search.results.HitImpl
-
- end() - Method in class nl.inl.blacklab.search.Span
-
- endColumn - Variable in class nl.inl.blacklab.queryParser.contextql.Token
-
The column number of the last character of this Token.
- endColumn - Variable in class nl.inl.blacklab.queryParser.corpusql.Token
-
The column number of the last character of this Token.
- endDocument() - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- endElement(String, String, String) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers.DefaultWordHandler
-
Close tag: save end character position, add token to contents field and
report progress.
- endElement(String, String, String) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers.DocumentElementHandler
-
Open tag: end indexing the document
- endElement(String, String, String) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- endElement(String, String, String) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers.InlineTagHandler
-
Close tag: store the end tag location
- endElement(String, String, String) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers.MetadataElementHandler
-
Close tag: store the value of this metadata field
- endElement(String, String, String) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers.WordHandlerBase
-
Close tag: save end character position, add token to contents field and
report progress.
- endElement(String, String, String) - Method in class nl.inl.blacklab.index.HookableSaxHandler.ElementHandler
-
- endElement(String, String, String) - Method in class nl.inl.blacklab.index.HookableSaxHandler
-
Called when an end tag (element close tag) is encountered in the XML.
- endElement() - Method in class nl.inl.blacklab.index.HookableSaxHandler.SaxPathExpressionChecker
-
- endLine - Variable in class nl.inl.blacklab.queryParser.contextql.Token
-
The line number of the last character of this Token.
- endLine - Variable in class nl.inl.blacklab.queryParser.corpusql.Token
-
The line number of the last character of this Token.
- endPosition() - Method in class nl.inl.blacklab.mocks.MockSpans
-
- endPosition(int) - Method in class nl.inl.blacklab.mocks.MockSpansInBuckets
-
- endPosition() - Method in class nl.inl.blacklab.mocks.MyTermSpans
-
- endPosition() - Method in class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- endPosition() - Method in class nl.inl.blacklab.search.lucene.SpansConstrained
-
- endPosition(int) - Method in interface nl.inl.blacklab.search.lucene.SpansInBuckets
-
- endPrefixMapping(String) - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
A previously encountered namespace prefix mapping is no longer in effect.
- endWord() - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- ensureAllResultsRead() - Method in class nl.inl.blacklab.search.results.Results
-
Ensure that we have read all results.
- ensureNotFrozen() - Method in interface nl.inl.blacklab.search.indexmetadata.Freezable
-
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.DocGroups
-
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.DocResults
-
If we still have only partially read our Hits object, read some more of it
and add the hits.
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.HitGroups
-
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.HitsFiltered
-
Ensure that we have read at least as many hits as specified in the parameter.
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.HitsFromQuery
-
Ensure that we have read at least as many hits as specified in the parameter.
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.HitsFromQueryParallel
-
Ensure that we have read at least as many hits as specified in the parameter.
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.HitsList
-
Ensure that we have read at least as many hits as specified in the parameter.
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.Results
-
Ensure that we have read at least as many results as specified in the parameter.
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.results.SpansReader
-
Ensure that we have read at least as many hits as specified in the parameter.
- ensureResultsRead(int) - Method in class nl.inl.blacklab.search.TermFrequencyList
-
- ensureSorted(BLSpanQuery) - Static method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- ensureSortedUnique(BLSpanQuery) - Static method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- ensureValidHit() - Method in class nl.inl.blacklab.search.lucene.SpansConstrained
-
Ensure that the current hit is valid with respect to our constraint; if not,
advance to the next valid hit.
- EOF - Static variable in interface nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserConstants
-
End of File.
- EOF - Static variable in interface nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserConstants
-
End of File.
- EOL - Static variable in exception nl.inl.blacklab.queryParser.contextql.ParseException
-
The end of line string for this machine.
- EOL - Static variable in exception nl.inl.blacklab.queryParser.corpusql.ParseException
-
The end of line string for this machine.
- equalityOperator() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- equals(Object) - Method in class nl.inl.blacklab.analysis.BLDutchTokenFilter
-
- equals(Object) - Method in class nl.inl.blacklab.analysis.DesensitizeFilter
-
- equals(Object) - Method in class nl.inl.blacklab.analysis.RemoveAllAccentsFilter
-
- equals(Object) - Method in class nl.inl.blacklab.analysis.RemovePunctuationFilter
-
- equals(Object) - Method in class nl.inl.blacklab.mocks.MockAnnotation
-
- equals(Object) - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.DocProperty
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.DocPropertyAnnotatedFieldLength
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.DocPropertyDecade
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.GroupProperty
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.HitProperty
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.HitPropertyContextBase
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.HitPropertyContextWords
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDoc
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentDecade
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValue
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueContext
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueContextWord
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueContextWords
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueDoc
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueInt
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueMultiple
-
- equals(Object) - Method in class nl.inl.blacklab.resultproperty.PropertyValueString
-
- equals(Object) - Method in interface nl.inl.blacklab.resultproperty.ResultProperty
-
- equals(Object) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- equals(Object) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- equals(Object) - Method in interface nl.inl.blacklab.search.Doc
-
- equals(Object) - Method in class nl.inl.blacklab.search.DocImpl
-
- equals(Object) - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
- equals(Object) - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationSensitivityImpl
-
- equals(Object) - Method in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- equals(Object) - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValue
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueBoolean
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueInt
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueString
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueUndefined
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilter
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterAnd
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterEquals
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterImplication
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterNot
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterOr
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterSameTokens
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterString
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenProperty
-
- equals(Object) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenPropertyEqualsString
-
- equals(Object) - Method in class nl.inl.blacklab.search.results.ContextSize
-
- equals(Object) - Method in class nl.inl.blacklab.search.results.HitImpl
-
- equals(Object) - Method in class nl.inl.blacklab.search.results.MaxStats
-
- equals(Object) - Method in class nl.inl.blacklab.search.results.QueryInfo
-
- equals(Object) - Method in interface nl.inl.blacklab.search.results.Result
-
- equals(Object) - Method in class nl.inl.blacklab.search.results.SampleParameters
-
- equals(Object) - Method in class nl.inl.blacklab.search.results.SearchSettings
-
- equals(Object) - Method in class nl.inl.blacklab.search.SingleDocIdFilter
-
- equals(Object) - Method in class nl.inl.blacklab.search.TermFrequency
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPattern
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternAndNot
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternAnnotation
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternAnyToken
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternCaptureGroup
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternCombiner
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternConstrained
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternEdge
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternExpansion
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternFilterNGrams
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternFuzzy
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternNot
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternOr
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternPositionFilter
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternPrefix
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternRegex
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternRepetition
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternSensitive
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternSequence
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternTags
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternTerm
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TextPatternWildcard
-
- equals(Object) - Method in class nl.inl.blacklab.search.textpattern.TPBooleanClause
-
Returns true if o
is equal to this.
- equals(Object) - Method in class nl.inl.blacklab.searches.AbstractSearch
-
- equals(Object) - Method in interface nl.inl.blacklab.searches.Search
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchCollocationsFiltered
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchCollocationsFromHits
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchCollocationsSampled
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchCollocationsSorted
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchCollocationsWindow
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchCountFromResults
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocGroupsFiltered
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocGroupsFromDocs
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocGroupsSampled
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocGroupsSorted
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocGroupsWindow
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocsFiltered
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocsFromHits
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocsFromQuery
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocsSampled
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocsSorted
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchDocsWindow
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchFacets
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitGroupsFiltered
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitGroupsFromHits
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitGroupsSampled
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitGroupsSorted
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitGroupsWindow
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitsFiltered
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitsFromPattern
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitsSampled
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitsSorted
-
- equals(Object) - Method in class nl.inl.blacklab.searches.SearchHitsWindow
-
- err - Variable in class nl.inl.blacklab.tools.QueryTool
-
Our error writer (if null, output errors to out as well)
- errorOccurred(Throwable, String, File) - Method in class nl.inl.blacklab.index.IndexListener
-
- errorOccurred(Throwable, String, File) - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- errorOccurred(Throwable, String, File) - Method in class nl.inl.blacklab.index.IndexListenerReportConsole
-
- errorOccurred(Throwable, String, File) - Method in interface nl.inl.util.FileProcessor.ErrorHandler
-
Report an error and decide whether to continue or not.
- errorOccurred(Throwable, String, File) - Method in class nl.inl.util.FileProcessor.SimpleErrorHandler
-
- ErrorOpeningIndex - Exception in nl.inl.blacklab.exceptions
-
- ErrorOpeningIndex(String) - Constructor for exception nl.inl.blacklab.exceptions.ErrorOpeningIndex
-
- ErrorOpeningIndex(String, Throwable) - Constructor for exception nl.inl.blacklab.exceptions.ErrorOpeningIndex
-
- ErrorOpeningIndex(Throwable) - Constructor for exception nl.inl.blacklab.exceptions.ErrorOpeningIndex
-
- errprintln(String) - Method in class nl.inl.blacklab.tools.QueryTool
-
- escapePart(String) - Static method in class nl.inl.blacklab.resultproperty.PropertySerializeUtil
-
- escapeRegexCharacters(String) - Static method in class nl.inl.util.StringUtil
-
Escape regex special characters
(Pattern.quote() also does this, but this method is needed if you use a different regex
engine from Java's, such as with Lucene)
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilter
-
Evaluate the constraint at the current match position.
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterAnd
-
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterEquals
-
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterImplication
-
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterNot
-
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterOr
-
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterSameTokens
-
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterString
-
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenProperty
-
- evaluate(ForwardIndexDocument, Span[]) - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenPropertyEqualsString
-
- Example - Class in nl.inl.blacklab.testutil
-
Simple test program to demonstrate index & search functionality.
- Example() - Constructor for class nl.inl.blacklab.testutil.Example
-
- exclude - Variable in class nl.inl.blacklab.search.textpattern.TextPatternAndNot
-
- execute() - Method in class nl.inl.blacklab.searches.AbstractSearch
-
- execute() - Method in interface nl.inl.blacklab.searches.Search
-
Execute the search operation, returning the final response.
- execute(Runnable) - Method in class nl.inl.util.MainThreadExecutorService
-
- executeAsync() - Method in class nl.inl.blacklab.searches.AbstractSearch
-
- executeAsync() - Method in interface nl.inl.blacklab.searches.Search
-
Execute the search operation asynchronously.
- executeInternal() - Method in class nl.inl.blacklab.searches.AbstractSearch
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchCollocationsFiltered
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchCollocationsFromHits
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchCollocationsSampled
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchCollocationsSorted
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchCollocationsWindow
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchCountFromResults
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocGroupsFiltered
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocGroupsFromDocs
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocGroupsSampled
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocGroupsSorted
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocGroupsWindow
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocsFiltered
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocsFromHits
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocsFromQuery
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocsSampled
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocsSorted
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchDocsWindow
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchEmpty
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchFacets
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitGroupsFiltered
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitGroupsFromHits
-
Execute the search operation, returning the final response.
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitGroupsSampled
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitGroupsSorted
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitGroupsWindow
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitsFiltered
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitsFromPattern
-
Execute the search operation, returning the final response.
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitsSampled
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitsSorted
-
- executeInternal() - Method in class nl.inl.blacklab.searches.SearchHitsWindow
-
- exists(Field) - Method in class nl.inl.blacklab.contentstore.ContentStoresManager
-
- exists(String) - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl.AnnotationsImpl
-
- exists(String) - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedFields
-
Does the specified field exist?
- exists(String) - Method in interface nl.inl.blacklab.search.indexmetadata.Annotations
-
Does the specified annotation exist?
- exists(String) - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataFields
-
Does the specified field exist?
- exists() - Method in class nl.inl.util.VersionFile
-
- exists(File) - Static method in class nl.inl.util.VersionFile
-
- ExpandBuff(boolean) - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- ExpandBuff(boolean) - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- expectedTokenSequences - Variable in exception nl.inl.blacklab.queryParser.contextql.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception nl.inl.blacklab.queryParser.corpusql.ParseException
-
Each entry in this array is an array of integers.
- explain(BLSpanQuery, SearchLogger) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- explain(QueryInfo, TextPattern, Query) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Explain how a TextPattern is converted to a SpanQuery and rewritten to an
optimized version to be executed by Lucene.
- explain(BLSpanQuery) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Explain how a SpanQuery is rewritten to an optimized version to be executed
by Lucene.
- explain(BLSpanQuery, SearchLogger) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Explain how a SpanQuery is rewritten to an optimized version to be executed
by Lucene.
- explain(BLSpanQuery, SearchLogger) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- ExportCorpus - Class in nl.inl.blacklab.testutil
-
Export the original corpus from a BlackLab index.
- ExportCorpus(File) - Constructor for class nl.inl.blacklab.testutil.ExportCorpus
-
- extractTermContexts(Map<Term, TermContext>) - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery.SpanOrWeight
-
- extractTerms(Set<Term>) - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery.SpanOrWeight
-
- facet(List<DocProperty>) - Method in class nl.inl.blacklab.searches.SearchDocs
-
Facet the doc results by several properties.
- Facets - Class in nl.inl.blacklab.search.results
-
- Facets(DocResults, List<DocProperty>) - Constructor for class nl.inl.blacklab.search.results.Facets
-
- facets() - Method in class nl.inl.blacklab.search.results.Facets
-
- FETCH_HITS_MIN - Static variable in class nl.inl.blacklab.search.results.Hits
-
Minimum number of hits to fetch in an ensureHitsRead() block.
- fetchAllResults() - Method in interface nl.inl.blacklab.searches.Search
-
Should we fetch all results in the cache thread?
Normally, the cache thread just makes sure the results instance exists,
but doesn't explicitly fetch any results.
- fetchAllResults() - Method in class nl.inl.blacklab.searches.SearchCountFromResults
-
- fetchFileFromArchive(File, String) - Static method in class nl.inl.util.FileProcessor
-
- FIDoc - Interface in nl.inl.blacklab.forwardindex
-
A document in the (multi-)forward index.
- field() - Method in interface nl.inl.blacklab.forwardindex.ForwardIndex
-
The field for which this is the forward index
- field() - Method in class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- field() - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- field() - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- field() - Method in class nl.inl.blacklab.mocks.MockAnnotation
-
- field(String) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get a field (either an annotated or a metadata field).
- field() - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
- Field - Interface in nl.inl.blacklab.search.indexmetadata
-
Shared base interface between metadata and annotated fields
- field() - Method in class nl.inl.blacklab.search.QueryExecutionContext
-
Return the annotated field we're searching.
- field() - Method in class nl.inl.blacklab.search.results.QueryInfo
-
- field() - Method in interface nl.inl.blacklab.search.results.ResultGroups
-
Get field our results came from.
- field() - Method in class nl.inl.blacklab.search.results.Results
-
Get the field these hits are from.
- fieldFromQuery(BLSpanQuery) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- FieldImpl - Class in nl.inl.blacklab.search.indexmetadata
-
- fieldName - Variable in class nl.inl.blacklab.search.ContentAccessor
-
- fieldName() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationGroup
-
- fieldName() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationGroups
-
- fieldName - Variable in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
Field's name
- FieldType - Enum in nl.inl.blacklab.search.indexmetadata
-
Possible types of metadata fields.
- FiidLookup - Class in nl.inl.blacklab.forwardindex
-
Class for looking up forward index id, using DocValues or stored fields.
- FiidLookup(IndexReader, Annotation) - Constructor for class nl.inl.blacklab.forwardindex.FiidLookup
-
- file(String, InputStream, File) - Method in interface nl.inl.util.FileProcessor.FileHandler
-
Handle a file stream.
- fileDone(String) - Method in class nl.inl.blacklab.index.IndexListener
-
- fileDone(String) - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- fileDone(String) - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- FileProcessor - Class in nl.inl.util
-
Process (trees of) files, which may include archives that we want to
recursively process as well.
- FileProcessor(int, boolean, boolean) - Constructor for class nl.inl.util.FileProcessor
-
- FileProcessor.ErrorHandler - Interface in nl.inl.util
-
Handles error, and decides whether to continue processing or not.
- FileProcessor.FileHandler - Interface in nl.inl.util
-
- FileProcessor.SimpleErrorHandler - Class in nl.inl.util
-
Simple error handler that reports errors and can abort or continue.
- fileStarted(String) - Method in class nl.inl.blacklab.index.IndexListener
-
Started processing a file.
- fileStarted(String) - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- fileStarted(String) - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- FileTask() - Constructor for class nl.inl.util.FileUtil.FileTask
-
- FileUtil - Class in nl.inl.util
-
Utilities for working with files
- FileUtil() - Constructor for class nl.inl.util.FileUtil
-
- FileUtil.FileTask - Class in nl.inl.util
-
A task to execute on a file.
- FillBuff() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- FillBuff() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- filter() - Method in class nl.inl.blacklab.search.CompleteQuery
-
Get the query that determines what documents to search for the structure
- filter(ResultProperty<DocGroup>, PropertyValue) - Method in class nl.inl.blacklab.search.results.DocGroups
-
- filter(ResultProperty<DocResult>, PropertyValue) - Method in class nl.inl.blacklab.search.results.DocResults
-
- filter(ResultProperty<HitGroup>, PropertyValue) - Method in class nl.inl.blacklab.search.results.HitGroups
-
- filter(ResultProperty<Hit>, PropertyValue) - Method in class nl.inl.blacklab.search.results.Hits
-
Select only the hits where the specified property has the specified value.
- filter(ResultProperty<T>, PropertyValue) - Method in class nl.inl.blacklab.search.results.Results
-
Select only the hits where the specified property has the specified value.
- filter(ResultProperty<TermFrequency>, PropertyValue) - Method in class nl.inl.blacklab.search.TermFrequencyList
-
- filter(ResultProperty<TermFrequency>, PropertyValue) - Method in class nl.inl.blacklab.searches.SearchCollocations
-
Filter collocations.
- filter(DocGroupProperty, PropertyValue) - Method in class nl.inl.blacklab.searches.SearchDocGroups
-
Get hits with a certain property value.
- filter(DocProperty, PropertyValue) - Method in class nl.inl.blacklab.searches.SearchDocs
-
Get hits with a certain property value.
- filter(HitGroupProperty, PropertyValue) - Method in class nl.inl.blacklab.searches.SearchHitGroups
-
Get hits with a certain property value.
- filter(HitProperty, PropertyValue) - Method in class nl.inl.blacklab.searches.SearchHits
-
Get hits with a certain property value.
- fiMatchFactor() - Method in class nl.inl.blacklab.search.results.SearchSettings
-
- find(BLSpanQuery, SearchSettings, SearchLogger) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- find(BLSpanQuery, SearchSettings) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Find hits for a pattern in a field.
- find(BLSpanQuery, SearchSettings, SearchLogger) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Find hits for a pattern in a field.
- find(QueryInfo, TextPattern, Query, SearchSettings) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Find hits for a pattern in a field.
- find(TextPattern, AnnotatedField, Query) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- find(TextPattern, Query) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- find(BLSpanQuery, SearchSettings, SearchLogger) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- find(String, Query, SearchSettings) - Method in class nl.inl.blacklab.searches.SearchEmpty
-
- find(TextPattern, Query, SearchSettings) - Method in class nl.inl.blacklab.searches.SearchEmpty
-
- find(Query) - Method in class nl.inl.blacklab.searches.SearchEmpty
-
- findAnnotationMatches(ConfigAnnotation, String, List<Integer>, String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerXPath
-
- finder - Variable in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
Return a config from the supported list, or load it if it's in the unloaded
list.
- findFile(List<File>, String, List<String>) - Static method in class nl.inl.util.FileUtil
-
Find a file, searching several directories and trying several extensions.
- findMatches(ForwardIndexDocument, int, int) - Method in class nl.inl.blacklab.search.fimatch.NfaState
-
Find all matches for this NFA in the token source.
- findMatchesInternal(ForwardIndexDocument, int, int, Set<Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAnd
-
- findMatchesInternal(ForwardIndexDocument, int, int, Set<Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAndAcyclic
-
- findMatchesInternal(ForwardIndexDocument, int, int, Set<Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMatch
-
- findMatchesInternal(ForwardIndexDocument, int, int, Set<Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMultiTermPattern
-
Find all matches for this NFA in the token source.
- findMatchesInternal(ForwardIndexDocument, int, int, Set<Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOr
-
- findMatchesInternal(ForwardIndexDocument, int, int, Set<Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOrAcyclic
-
- findMatchesInternal(ForwardIndexDocument, int, int, Set<Integer>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateToken
-
Find all matches for this NFA in the token source.
- findTermsByPrefix(IndexReader, String, String, boolean) - Static method in class nl.inl.util.LuceneUtil
-
Find terms in the index based on a prefix.
- findTermsByPrefix(IndexReader, String, String, boolean, int) - Static method in class nl.inl.util.LuceneUtil
-
Find terms in the index based on a prefix.
- finish() - Method in class nl.inl.blacklab.search.fimatch.Nfa
-
- finish(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaState
-
Visit each node and replace dangling arrows (nulls) with the match state.
- finish() - Method in class nl.inl.blacklab.search.fimatch.NfaTwoWay
-
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaState
-
Visit each node and replace dangling arrows (nulls) with the match state.
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAnd
-
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAndAcyclic
-
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMatch
-
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMultiTermPattern
-
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateNot
-
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOr
-
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOrAcyclic
-
- finishInternal(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateToken
-
- finishOpeningIndex(File, boolean, boolean) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- first() - Method in class nl.inl.blacklab.search.results.WindowStats
-
- first() - Method in interface nl.inl.blacklab.search.results.WindowStatsInterface
-
What's the first in the window?
- firstWord - Variable in class nl.inl.blacklab.resultproperty.HitPropertyContextWords.ContextPart
-
- FIXED_FORWARD_MATCHING_COST - Static variable in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- fixedNumber(int, long) - Static method in class nl.inl.blacklab.search.results.SampleParameters
-
- fixedNumber(int) - Static method in class nl.inl.blacklab.search.results.SampleParameters
-
- fixedStringToXpath(String) - Static method in class nl.inl.blacklab.indexers.config.InputFormatReader
-
Convert a fixed string value to an XPath expression yielding that value.
- flags() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
- FLAGS - Static variable in interface nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserConstants
-
RegularExpression Id.
- forEachDocument(ContentStore.DocTask) - Method in class nl.inl.blacklab.contentstore.ContentStore
-
Perform a task on each document in the content store.
- forEachDocument(AnnotationForwardIndex.ForwardIndexDocTask) - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
Perform a task on each document in the forward index.
- forEachDocument(DocTask) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- forEachDocument(DocTask) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Perform a task on each (non-deleted) Lucene Document.
- forEachDocument(DocTask) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- forFileType(ConfigInputFormat.FileType) - Static method in enum nl.inl.blacklab.indexers.config.ConfigInputFormat.FileTypeOption
-
- Format(String, String, String) - Constructor for class nl.inl.blacklab.index.DocIndexerFactory.Format
-
- Format(String, String, String, String) - Constructor for class nl.inl.blacklab.index.DocIndexerFactory.Format
-
- formatError(String) - Method in interface nl.inl.blacklab.index.DocIndexerFactory
-
If this format exists but has an error, return the error.
- formatError(String) - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- formatError(String) - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- formatError(String) - Static method in class nl.inl.blacklab.index.DocumentFormats
-
If this format exists but has an error, return the error.
- formatErrors - Variable in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- FORWARD_INDEX_ID_BOOKKEEP_NAME - Static variable in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
- ForwardIndex - Interface in nl.inl.blacklab.forwardindex
-
A component that can quickly tell you what word occurs at a specific position
of a specific document.
- forwardIndex(AnnotatedField) - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- forwardIndex(AnnotatedField) - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get forward index for the specified annotated field.
- forwardIndex(AnnotatedField) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- ForwardIndexAccessor - Class in nl.inl.blacklab.search.fimatch
-
Allows the forward index matching subsystem to access the forward indices,
including an easy and fast way to read any annotation at any position from a
document.
- ForwardIndexAccessor() - Constructor for class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor
-
- ForwardIndexAccessor.ForwardIndexAccessorLeafReader - Class in nl.inl.blacklab.search.fimatch
-
- ForwardIndexDocument - Class in nl.inl.blacklab.search.fimatch
-
Source of tokens for the forward index matching process.
- ForwardIndexDocument() - Constructor for class nl.inl.blacklab.search.fimatch.ForwardIndexDocument
-
- forwardIndexIdField(String) - Static method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
- forwardIndexIdField() - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
- ForwardIndexImplSeparate - Class in nl.inl.blacklab.forwardindex
-
Multi-forward index implemented by combining several separate annotation
forward indexes.
- ForwardIndexImplSeparate(BlackLabIndex, AnnotatedField) - Constructor for class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- forwardIndices - Variable in class nl.inl.blacklab.search.BlackLabIndexImpl
-
ForwardIndices allow us to quickly find what token occurs at a specific
position.
- forwardMatchingCost() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Return an (very rough) indication of how expensive finding a match for this
query using an NFA would be.
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- forwardMatchingCost() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- freeBlocks - Variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
The sorted list of free blocks in the contents file
- freeBlocks() - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
- freeBlocks() - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- freeSpace() - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
- freeSpace() - Method in interface nl.inl.blacklab.forwardindex.ForwardIndex
-
- freeSpace() - Method in class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- freeSpace() - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- Freezable<T> - Interface in nl.inl.blacklab.search.indexmetadata
-
An object that can be frozen.
- freeze() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- freeze() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl
-
- freeze() - Method in interface nl.inl.blacklab.search.indexmetadata.Freezable
-
- freeze() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
- freeze() - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldImpl
-
- freq - Variable in class nl.inl.blacklab.mocks.MyTermSpans
-
- frequency - Variable in class nl.inl.blacklab.search.TermFrequency
-
How many times the token occurs in the context
- frequency(String) - Method in class nl.inl.blacklab.search.TermFrequencyList
-
Get the frequency of a specific token
- from(SpanTermQuery) - Static method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- fromArrays(QueryInfo, int[], int[], int[]) - Static method in class nl.inl.blacklab.search.results.Hits
-
Make a wrapper Hits object for a list of Hit objects.
- fromCode(String) - Static method in enum nl.inl.blacklab.indexers.config.TextDirection
-
Return a TextDirection from a string code (e.g.
- fromConfig(ConfigInputFormat, ConfigInputFormat.FileType) - Static method in enum nl.inl.blacklab.indexers.config.ConfigInputFormat.FileTypeOption
-
- fromConfig(ConfigInputFormat) - Static method in class nl.inl.blacklab.indexers.config.DocIndexerConfig
-
- fromDoc(QueryInfo, PropertyValueDoc, float, int) - Static method in class nl.inl.blacklab.search.results.DocResult
-
- fromHits(PropertyValue, Hits, int) - Static method in class nl.inl.blacklab.search.results.DocResult
-
- fromHits(QueryInfo, Hits, int) - Static method in class nl.inl.blacklab.search.results.DocResults
-
Construct a DocResults from a Hits instance.
- fromHits(PropertyValue, Hits, int) - Static method in class nl.inl.blacklab.search.results.HitGroup
-
- fromHits(Hits, HitProperty, int) - Static method in class nl.inl.blacklab.search.results.HitGroups
-
Construct HitGroups from a list of hits.
- fromIndex(BlackLabIndex, String) - Static method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor
-
- fromIndexReader(IndexReader) - Static method in class nl.inl.blacklab.search.BlackLab
-
- fromIntValue(int) - Static method in enum nl.inl.blacklab.requestlogging.LogLevel
-
- fromList(QueryInfo, PropertyValue, List<DocResult>, int, long) - Static method in class nl.inl.blacklab.search.results.DocGroup
-
- fromList(QueryInfo, List<DocGroup>, DocProperty, SampleParameters, WindowStats) - Static method in class nl.inl.blacklab.search.results.DocGroups
-
Construct a DocGroups from a list of groups.
- fromList(QueryInfo, List<DocResult>, SampleParameters, WindowStats) - Static method in class nl.inl.blacklab.search.results.DocResults
-
Construct a DocResults from a list of results.
- fromList(QueryInfo, PropertyValue, List<Hit>, CapturedGroups, int) - Static method in class nl.inl.blacklab.search.results.HitGroup
-
- fromList(QueryInfo, List<HitGroup>, HitProperty, SampleParameters, WindowStats) - Static method in class nl.inl.blacklab.search.results.HitGroups
-
Construct HitGroups from a list of HitGroup instances.
- fromList(QueryInfo, List<Hit>) - Static method in class nl.inl.blacklab.search.results.Hits
-
Make a wrapper Hits object for a list of Hit objects.
- fromList(QueryInfo, List<Hit>, CapturedGroups) - Static method in class nl.inl.blacklab.search.results.Hits
-
Make a wrapper Hits object for a list of Hit objects.
- fromList(QueryInfo, List<Hit>, WindowStats, SampleParameters, int, int, int, CapturedGroupsImpl) - Static method in class nl.inl.blacklab.search.results.Hits
-
- fromLists(int[], int[], int[]) - Static method in class nl.inl.blacklab.mocks.MockSpans
-
- fromLists(int[], int[], int[], int[]) - Static method in class nl.inl.blacklab.mocks.MockSpansInBuckets
-
- fromLuceneFieldSuffix(String) - Static method in enum nl.inl.blacklab.search.indexmetadata.MatchSensitivity
-
- fromName(String) - Static method in enum nl.inl.blacklab.search.indexmetadata.MatchSensitivity
-
- fromQuery(QueryInfo, Query) - Static method in class nl.inl.blacklab.search.results.DocResults
-
Don't use this, use BlackLabIndex.queryDocuments().
- fromSpanQuery(QueryInfo, BLSpanQuery, SearchSettings) - Static method in class nl.inl.blacklab.search.results.Hits
-
Construct a Hits object from a SpanQuery.
- fromStringValue(String) - Static method in enum nl.inl.blacklab.index.annotated.AnnotationWriter.SensitivitySetting
-
- fromStringValue(String) - Static method in enum nl.inl.blacklab.indexers.config.ConfigInputFormat.FileType
-
- fromStringValue(String) - Static method in enum nl.inl.blacklab.indexers.config.ConfigLinkedDocument.MissingLinkPathAction
-
- fromStringValue(String) - Static method in enum nl.inl.blacklab.search.indexmetadata.FieldType
-
- fromStringValue(String) - Static method in enum nl.inl.blacklab.search.indexmetadata.UnknownCondition
-
- fullXml() - Method in class nl.inl.blacklab.search.Kwic
-
- FutureSearchResult<T extends SearchResult> - Class in nl.inl.blacklab.searches
-
Future result for a search operation, executed in a thread.
- FutureSearchResult(Supplier<T>) - Constructor for class nl.inl.blacklab.searches.FutureSearchResult
-
- FutureSearchResultCache - Class in nl.inl.blacklab.searches
-
A cache containing [future] results for searches.
- FutureSearchResultCache() - Constructor for class nl.inl.blacklab.searches.FutureSearchResultCache
-
- GeneratedContextualQueryLanguageParserConstants - Interface in nl.inl.blacklab.queryParser.contextql
-
Token literal values and constants.
- GeneratedContextualQueryLanguageParserTokenManager - Class in nl.inl.blacklab.queryParser.contextql
-
Token Manager.
- GeneratedContextualQueryLanguageParserTokenManager(JavaCharStream) - Constructor for class nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserTokenManager
-
Constructor.
- GeneratedContextualQueryLanguageParserTokenManager(JavaCharStream, int) - Constructor for class nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserTokenManager
-
Constructor.
- GeneratedCorpusQueryLanguageParser - Class in nl.inl.blacklab.queryParser.corpusql
-
- GeneratedCorpusQueryLanguageParser(InputStream) - Constructor for class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Constructor with InputStream.
- GeneratedCorpusQueryLanguageParser(InputStream, String) - Constructor for class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Constructor with InputStream and supplied encoding
- GeneratedCorpusQueryLanguageParser(Reader) - Constructor for class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Constructor.
- GeneratedCorpusQueryLanguageParser(GeneratedCorpusQueryLanguageParserTokenManager) - Constructor for class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Constructor with generated Token Manager.
- GeneratedCorpusQueryLanguageParserConstants - Interface in nl.inl.blacklab.queryParser.corpusql
-
Token literal values and constants.
- GeneratedCorpusQueryLanguageParserTokenManager - Class in nl.inl.blacklab.queryParser.corpusql
-
Token Manager.
- GeneratedCorpusQueryLanguageParserTokenManager(JavaCharStream) - Constructor for class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserTokenManager
-
Constructor.
- GeneratedCorpusQueryLanguageParserTokenManager(JavaCharStream, int) - Constructor for class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserTokenManager
-
Constructor.
- generateParseException() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Generate ParseException.
- get() - Method in class nl.inl.blacklab.config.BLConfigCollator
-
- get(MatchSensitivity) - Method in class nl.inl.blacklab.forwardindex.Collators
-
- get(int) - Method in class nl.inl.blacklab.forwardindex.FiidLookup
-
- get(Annotation) - Method in interface nl.inl.blacklab.forwardindex.ForwardIndex
-
Get a single-annotation view of the forward index.
- get(Annotation) - Method in class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- get(int) - Method in class nl.inl.blacklab.forwardindex.Terms
-
Get a term by id.
- get(String, DocWriter, String, Reader) - Method in interface nl.inl.blacklab.index.DocIndexerFactory
-
Instantiating a DocIndexer from a reader.
- get(String, DocWriter, String, InputStream, Charset) - Method in interface nl.inl.blacklab.index.DocIndexerFactory
-
Instantiating a DocIndexer from an input stream.
- get(String, DocWriter, String, File, Charset) - Method in interface nl.inl.blacklab.index.DocIndexerFactory
-
Instantiating a DocIndexer from a file.
- get(String, DocWriter, String, byte[], Charset) - Method in interface nl.inl.blacklab.index.DocIndexerFactory
-
Instantiating a DocIndexer from a byte array.
- get(String, DocWriter, String, Reader) - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- get(String, DocWriter, String, InputStream, Charset) - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- get(String, DocWriter, String, File, Charset) - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- get(String, DocWriter, String, byte[], Charset) - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- get(String, DocWriter, String, Reader) - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- get(String, DocWriter, String, InputStream, Charset) - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- get(String, DocWriter, String, File, Charset) - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- get(String, DocWriter, String, byte[], Charset) - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- get(String, DocWriter, String, Reader) - Static method in class nl.inl.blacklab.index.DocumentFormats
-
- get(String, DocWriter, String, InputStream, Charset) - Static method in class nl.inl.blacklab.index.DocumentFormats
-
- get(String, DocWriter, String, File, Charset) - Static method in class nl.inl.blacklab.index.DocumentFormats
-
- get(String, DocWriter, String, byte[], Charset) - Static method in class nl.inl.blacklab.index.DocumentFormats
-
- get(int) - Method in class nl.inl.blacklab.mocks.MockTerms
-
- get(DocGroup) - Method in class nl.inl.blacklab.resultproperty.DocGroupProperty
-
- get(DocGroup) - Method in class nl.inl.blacklab.resultproperty.DocGroupPropertyIdentity
-
- get(DocGroup) - Method in class nl.inl.blacklab.resultproperty.DocGroupPropertySize
-
- get(DocResult) - Method in class nl.inl.blacklab.resultproperty.DocProperty
-
Get the desired grouping/sorting property from the DocResult object
- get(int) - Method in class nl.inl.blacklab.resultproperty.DocPropertyAnnotatedFieldLength
-
- get(DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyAnnotatedFieldLength
-
- get(int) - Method in class nl.inl.blacklab.resultproperty.DocPropertyDecade
-
- get(DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyDecade
-
- get(DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyId
-
- get(DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
- get(DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyNumberOfHits
-
- get(int) - Method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- get(PropertyValueDoc) - Method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- get(DocResult) - Method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- get(G) - Method in class nl.inl.blacklab.resultproperty.GroupProperty
-
- get(HitGroup) - Method in class nl.inl.blacklab.resultproperty.HitGroupProperty
-
- get(HitGroup) - Method in class nl.inl.blacklab.resultproperty.HitGroupPropertyIdentity
-
- get(HitGroup) - Method in class nl.inl.blacklab.resultproperty.HitGroupPropertySize
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitProperty
-
- get(HitPropertyContextWords.ContextStart, int, int) - Static method in class nl.inl.blacklab.resultproperty.HitPropertyContextWords.ContextPart
-
- get(HitPropertyContextWords.ContextStart, int, int, int) - Static method in class nl.inl.blacklab.resultproperty.HitPropertyContextWords.ContextPart
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyContextWords
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDoc
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentDecade
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentId
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyHitPosition
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyHitText
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyLeftContext
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyRightContext
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyWordLeft
-
- get(Hit) - Method in class nl.inl.blacklab.resultproperty.HitPropertyWordRight
-
- get(T) - Method in interface nl.inl.blacklab.resultproperty.ResultProperty
-
Get the property value for a specific result.
- get(BlackLabIndex, int) - Static method in interface nl.inl.blacklab.search.Doc
-
- get(String) - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl.AnnotationsImpl
-
- get(String) - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedFields
-
Get the description of one annotated field
- get(String) - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationGroups
-
- get(String) - Method in interface nl.inl.blacklab.search.indexmetadata.Annotations
-
Get the description of one annotated field.
- get(boolean, boolean) - Static method in enum nl.inl.blacklab.search.indexmetadata.MatchSensitivity
-
- get(String) - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataFieldGroups
-
- get(String) - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataFields
-
- get(int) - Static method in class nl.inl.blacklab.search.matchfilter.ConstraintValue
-
- get(String) - Static method in class nl.inl.blacklab.search.matchfilter.ConstraintValue
-
- get(boolean) - Static method in class nl.inl.blacklab.search.matchfilter.ConstraintValue
-
- get(Hit) - Method in interface nl.inl.blacklab.search.results.CapturedGroups
-
Get the captured groups.
- get(Hit) - Method in class nl.inl.blacklab.search.results.CapturedGroupsImpl
-
Get the captured groups.
- get(Hit) - Method in class nl.inl.blacklab.search.results.Concordances
-
Return the concordance for the specified hit.
- get(Hit) - Method in class nl.inl.blacklab.search.results.Contexts
-
Return the context(s) for the specified hit number
- get(int, int, boolean) - Static method in class nl.inl.blacklab.search.results.ContextSize
-
- get(int, int) - Static method in class nl.inl.blacklab.search.results.ContextSize
-
- get(int) - Static method in class nl.inl.blacklab.search.results.ContextSize
-
- get(int, long) - Static method in class nl.inl.blacklab.search.results.CorpusSize
-
- get(PropertyValue) - Method in class nl.inl.blacklab.search.results.DocGroups
-
- get(PropertyValue) - Method in class nl.inl.blacklab.search.results.DocResults
-
- get(PropertyValue) - Method in class nl.inl.blacklab.search.results.HitGroups
-
- get(Hit) - Method in class nl.inl.blacklab.search.results.Kwics
-
Return the KWIC for the specified hit.
- get(PropertyValue) - Method in interface nl.inl.blacklab.search.results.ResultGroups
-
- get(int) - Method in interface nl.inl.blacklab.search.results.ResultGroups
-
- get(int) - Method in class nl.inl.blacklab.search.results.Results
-
Return the specified hit.
- get(int, int, long) - Static method in class nl.inl.blacklab.search.results.SearchSettings
-
- get(int, int) - Static method in class nl.inl.blacklab.search.results.SearchSettings
-
- get(int) - Method in class nl.inl.blacklab.search.TermFrequencyList
-
- get() - Method in class nl.inl.blacklab.searches.FutureSearchResult
-
- get(long, TimeUnit) - Method in class nl.inl.blacklab.searches.FutureSearchResult
-
- get(Search<R>, Supplier<R>) - Method in interface nl.inl.blacklab.searches.SearchCache
-
Get result for the specified search.
- getAnalyzer() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- getAnalyzer() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getAnnotatedField(String) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getAnnotatedField(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- getAnnotatedFields() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getAnnotatedFields() - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- getAnnotation(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- getAnnotationGroups() - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- getAnnotationNumber(Annotation) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor
-
Get the index number corresponding to the given annotation name.
- getAnnotationNumber(String) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor
-
Get the index number corresponding to the given annotation name.
- getAnnotations() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getAnnotations() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroup
-
- getAnnotations() - Method in class nl.inl.blacklab.indexers.config.ConfigStandoffAnnotations
-
- getAnnotations() - Method in interface nl.inl.blacklab.indexers.config.ConfigWithAnnotations
-
- getAnnotationsFlattened() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getAnnotationsFlattened() - Method in class nl.inl.blacklab.indexers.config.ConfigStandoffAnnotations
-
- getAnnotationsFlattened() - Method in interface nl.inl.blacklab.indexers.config.ConfigWithAnnotations
-
- getAsync(Search<R>, Supplier<R>) - Method in class nl.inl.blacklab.searches.FutureSearchResultCache
-
- getAsync(Search<R>, Supplier<R>) - Method in interface nl.inl.blacklab.searches.SearchCache
-
Get a [future] result for the specified search.
- getAsync(Search<R>, Supplier<R>) - Method in class nl.inl.blacklab.searches.SearchCacheDebug
-
- getAsync(Search<R>, Supplier<R>) - Method in class nl.inl.blacklab.searches.SearchCacheDummy
-
- getBaseName(String) - Static method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
Gets the base annotated field name from a Lucene index field name.
- getBasePath() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getBeginColumn() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- getBeginColumn() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- getBeginLine() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- getBeginLine() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- getBoolean(JsonNode, String, boolean) - Static method in class nl.inl.util.Json
-
Get a boolean value from a JSON Object, or substitute a default value if the
key doesn't exist.
- getCapturedGroupNames() - Method in class nl.inl.blacklab.search.lucene.HitQueryContext
-
Get the names of the captured groups, in index order.
- getCapturedGroups(Span[]) - Method in class nl.inl.blacklab.mocks.MockSpans
-
- getCapturedGroups(int, Span[]) - Method in class nl.inl.blacklab.mocks.MockSpansInBuckets
-
- getCapturedGroups(Span[]) - Method in class nl.inl.blacklab.search.lucene.BLSpans
-
Get the start and end position for the captured groups contained in this
BLSpans (sub)tree.
- getCapturedGroups(Span[]) - Method in class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- getCapturedGroups(Span[]) - Method in class nl.inl.blacklab.search.lucene.HitQueryContext
-
Retrieve all the captured group information.
- getCapturedGroups(Span[]) - Method in class nl.inl.blacklab.search.lucene.SpansConstrained
-
- getCapturedGroups(int, Span[]) - Method in interface nl.inl.blacklab.search.lucene.SpansInBuckets
-
Get the captured groups information for the current hit.
- getCaptureRegisterNumber() - Method in class nl.inl.blacklab.search.lucene.HitQueryContext
-
- getCaptureValuePaths() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getCharacterPosition() - Method in class nl.inl.blacklab.index.DocIndexer
-
- getCharacterPosition() - Method in class nl.inl.blacklab.index.DocIndexerAbstract
-
Returns the current position in the original XML content in chars.
- getCharacterPosition() - Method in class nl.inl.blacklab.indexers.config.DocIndexerChat
-
- getCharacterPosition() - Method in class nl.inl.blacklab.indexers.config.DocIndexerPlainText
-
- getCharacterPosition() - Method in class nl.inl.blacklab.indexers.config.DocIndexerSaxon
-
- getCharacterPosition() - Method in class nl.inl.blacklab.indexers.config.DocIndexerTabular
-
- getCharacterPosition() - Method in class nl.inl.blacklab.indexers.config.DocIndexerXPath
-
- getCharacterPosition() - Method in class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- getCharsProcessed() - Method in class nl.inl.blacklab.index.IndexListener
-
Get the number of characters processed so far.
- getCharsProcessed() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getCharsRead() - Method in class nl.inl.util.CountingReader
-
- getCharsReadSinceLastCall() - Method in class nl.inl.util.CountingReader
-
- getClause() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- getClause() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- getClause() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- getClause() - Method in class nl.inl.blacklab.search.textpattern.TextPatternEdge
-
- getClause() - Method in class nl.inl.blacklab.search.textpattern.TextPatternExpansion
-
- getClause() - Method in class nl.inl.blacklab.search.textpattern.TextPatternFilterNGrams
-
- getClause() - Method in class nl.inl.blacklab.search.textpattern.TextPatternRepetition
-
- getClauses() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
Return the clauses whose spans are matched.
- getCloseTime() - Method in class nl.inl.blacklab.index.IndexListener
-
- getCloseTime() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getCode() - Method in enum nl.inl.blacklab.indexers.config.TextDirection
-
Get the primary string code for this TextDirection.
- getCollator() - Method in class nl.inl.blacklab.config.BLConfigSearch
-
- getColumn() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
Deprecated.
- getColumn() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
Deprecated.
- getConfig() - Method in class nl.inl.blacklab.index.DocIndexerFactory.Format
-
- getConfigVersion() - Method in class nl.inl.blacklab.config.BlackLabConfig
-
- getContainerPath() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getContainerPath() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- getContentsField() - Method in class nl.inl.blacklab.index.DocIndexerPlainTextBasic
-
- getContentStore() - Method in class nl.inl.blacklab.search.ContentAccessor
-
- getContentStoreName() - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- getContextSize() - Method in class nl.inl.blacklab.config.BLConfigSearch
-
- getConverter(String) - Static method in class nl.inl.blacklab.index.PluginManager
-
- getConvertPluginId() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getCorpusConfig() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getCostCalculationSkip(int) - Static method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
For great numbers of clauses, approximate by only calculating cost of some
terms
- getCountry() - Method in class nl.inl.blacklab.config.BLConfigCollator
-
- getCurrentByteOffset() - Method in class nl.inl.blacklab.indexers.config.DocIndexerXPath
-
- getCurrentLuceneDoc() - Method in class nl.inl.blacklab.index.DocIndexer
-
- getCurrentLuceneDoc() - Method in class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- getCurrentTokenPosition() - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- getDanglingArrows() - Method in class nl.inl.blacklab.search.fimatch.Nfa
-
- getDefaultAnnotation() - Method in class nl.inl.blacklab.queryParser.corpusql.CorpusQueryLanguageParser
-
- getDefaultMainAnnotationName() - Static method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
- getDescription(Class<? extends DocIndexer>) - Static method in class nl.inl.blacklab.index.DocIndexerAbstract
-
If the supplied class has a static getDescription() method, call it.
- getDescription() - Method in class nl.inl.blacklab.index.DocIndexerFactory.Format
-
- getDescription() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getDescription() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getDescription() - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- getDescription() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getDescription() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getDescription() - Static method in class nl.inl.blacklab.indexers.DocIndexerAlto
-
- getDescription() - Static method in class nl.inl.blacklab.indexers.DocIndexerFolia
-
- getDescription() - Static method in class nl.inl.blacklab.indexers.DocIndexerPageXml
-
- getDescription() - Static method in class nl.inl.blacklab.indexers.DocIndexerTei
-
- getDescription() - Static method in class nl.inl.blacklab.indexers.DocIndexerTeiPosInFunctionAttr
-
- getDescription() - Static method in class nl.inl.blacklab.indexers.DocIndexerTeiText
-
- getDescription() - Static method in class nl.inl.blacklab.indexers.DocIndexerWhiteLab2
-
- getDescription() - Static method in class nl.inl.blacklab.indexers.DocIndexerXmlSketch
-
- getDescription() - Method in class nl.inl.blacklab.indexers.preprocess.ConvertPluginOpenConvert
-
- getDescription() - Method in interface nl.inl.blacklab.indexers.preprocess.Plugin
-
- getDescription() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginDutchTagger
-
- getDescription() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginNoop
-
- getDirection() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- getDisplayAs() - Method in class nl.inl.blacklab.indexers.config.ConfigInlineTag
-
- getDisplayName(Class<? extends DocIndexer>) - Static method in class nl.inl.blacklab.index.DocIndexerAbstract
-
If the supplied class has a static getDisplayName() method, call it.
- getDisplayName() - Method in class nl.inl.blacklab.index.DocIndexerFactory.Format
-
- getDisplayName() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getDisplayName() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getDisplayName() - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- getDisplayName() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getDisplayName() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getDisplayName() - Static method in class nl.inl.blacklab.indexers.DocIndexerAlto
-
- getDisplayName() - Static method in class nl.inl.blacklab.indexers.DocIndexerFolia
-
- getDisplayName() - Static method in class nl.inl.blacklab.indexers.DocIndexerPageXml
-
- getDisplayName() - Static method in class nl.inl.blacklab.indexers.DocIndexerTei
-
- getDisplayName() - Static method in class nl.inl.blacklab.indexers.DocIndexerTeiPosInFunctionAttr
-
- getDisplayName() - Static method in class nl.inl.blacklab.indexers.DocIndexerTeiText
-
- getDisplayName() - Static method in class nl.inl.blacklab.indexers.DocIndexerWhiteLab2
-
- getDisplayName() - Static method in class nl.inl.blacklab.indexers.DocIndexerXmlSketch
-
- getDisplayName() - Method in class nl.inl.blacklab.indexers.preprocess.ConvertPluginOpenConvert
-
- getDisplayName() - Method in interface nl.inl.blacklab.indexers.preprocess.Plugin
-
Return a user-friendly name for this plugin that can be used in messages,
etc.
- getDisplayName() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginDutchTagger
-
- getDisplayName() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginNoop
-
- getDisplayOrder() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getDisplayValues() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- GetDocFromContentStore - Class in nl.inl.blacklab.testutil
-
Retrieves and displays a document from a BlackLab content store.
- GetDocFromContentStore() - Constructor for class nl.inl.blacklab.testutil.GetDocFromContentStore
-
- getDocLength(int) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor.ForwardIndexAccessorLeafReader
-
Return the document length in tokens
- getDocsDone() - Method in class nl.inl.blacklab.index.IndexListener
-
Get the number of documents processed so far.
- getDocsDone() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getDocumentPath() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getDocumentPath() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- getDocuments() - Method in class nl.inl.blacklab.search.results.CorpusSize
-
- getDocWriter() - Method in class nl.inl.blacklab.index.DocIndexer
-
Returns our DocWriter object
- getDocWriter() - Method in class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- getDownloadCacheDir() - Method in class nl.inl.blacklab.config.BLConfigIndexing
-
- getDownloadCacheMaxFileSizeMegs() - Method in class nl.inl.blacklab.config.BLConfigIndexing
-
- getDownloadCacheSizeMegs() - Method in class nl.inl.blacklab.config.BLConfigIndexing
-
- getDownloadTempDir() - Static method in class nl.inl.blacklab.index.DownloadCache
-
- getElementContent() - Method in class nl.inl.blacklab.index.HookableSaxHandler.ContentCapturingHandler
-
- getElementName() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- getElementName() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- getEncoding() - Method in class nl.inl.util.UnicodeStream
-
- getEndChar() - Method in class nl.inl.util.XmlHighlighter.HitCharSpan
-
- getEndColumn() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
Get end column.
- getEndColumn() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
Get end column.
- getEndLine() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
Get end line.
- getEndLine() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
Get end line.
- getErrors() - Method in class nl.inl.blacklab.index.IndexListener
-
- getErrors() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getExcludeClauses() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- getFacetsUrlParam(Map<String, String>, List<DocProperty>) - Static method in class nl.inl.blacklab.resultproperty.DocProperty
-
- getFactory(String) - Static method in class nl.inl.blacklab.index.DocumentFormats
-
Returns the factory which will be used to create the DocIndexer registered
under this formatIdentifier.
- getFiAccessor() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- getField(String) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- getField() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- getField() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- getField() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- getField() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- getField() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
Returns the name of the search field.
- getFieldName() - Method in class nl.inl.blacklab.search.ContentAccessor
-
- getFields() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- getFields() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataFieldGroup
-
- getFields() - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldGroupImpl
-
- getFieldTerms(IndexReader, String) - Static method in class nl.inl.util.LuceneUtil
-
Return the list of terms that occur in a field.
- getFieldTerms(IndexReader, String, int) - Static method in class nl.inl.util.LuceneUtil
-
Return the list of terms that occur in a field.
- getFieldValue(int) - Method in class nl.inl.blacklab.search.lucene.DocIntFieldGetter
-
Get the value of our field in the specified document.
- GetFieldValues - Class in nl.inl.blacklab.testutil
-
- GetFieldValues() - Constructor for class nl.inl.blacklab.testutil.GetFieldValues
-
- getFileNamePattern() - Method in class nl.inl.util.FileProcessor
-
The pattern to filter files before they are processed.
- getFileProp(Properties, String, File) - Static method in class nl.inl.blacklab.tools.SketchToXmlConverter
-
Get a File property from a Properties object.
- getFileProp(Properties, String, String, File) - Static method in class nl.inl.blacklab.tools.SketchToXmlConverter
-
Get a File property from a Properties object.
- getFilesProcessed() - Method in class nl.inl.blacklab.index.IndexListener
-
Get the number of files processed so far.
- getFilesProcessed() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getFileType() - Method in enum nl.inl.blacklab.indexers.config.ConfigInputFormat.FileTypeOption
-
- getFileType() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getFileTypeOptions() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getFiMatchFactor() - Method in class nl.inl.blacklab.config.BLConfigSearch
-
- getForEachPath() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getForEachPath() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getFormat(String) - Method in interface nl.inl.blacklab.index.DocIndexerFactory
-
Get the full format from its identifier.
- getFormat(String) - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- getFormat(String) - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- getFormat(String) - Static method in class nl.inl.blacklab.index.DocumentFormats
-
Returns a format descriptor for a specific format
- getFormatFile() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getFormats() - Method in interface nl.inl.blacklab.index.DocIndexerFactory
-
Return all formats supported by this factory.
- getFormats() - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- getFormats() - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- getFormats() - Static method in class nl.inl.blacklab.index.DocumentFormats
-
Returns a list of all registered document formats for all factories, ordered
by descending priority.
- getForwardIndexAccessorLeafReader(LeafReader) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor
-
Get an accessor for forward index documents from this leafreader.
- getForwardIndexDoc(int) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor.ForwardIndexAccessorLeafReader
-
Get a token source, which we can use to get tokens from a document for
different annotations.
- getFrequenciesFromTermVector(IndexReader, int, String, Map<String, Integer>) - Static method in class nl.inl.util.LuceneUtil
-
Add term frequencies for a single document to a frequency map.
- getFromCache(Search<R>, Supplier<R>) - Method in class nl.inl.blacklab.searches.AbstractSearch
-
- getFromCacheBlock(Search<R>, Supplier<R>) - Method in class nl.inl.blacklab.searches.AbstractSearch
-
- getGroupMap() - Method in class nl.inl.blacklab.search.results.DocGroups
-
- getGroupMap() - Method in class nl.inl.blacklab.search.results.DocResults
-
- getGroupMap() - Method in class nl.inl.blacklab.search.results.HitGroups
-
- getGroupMap() - Method in interface nl.inl.blacklab.search.results.ResultGroups
-
- getGroupName() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenProperty
-
- getGroups() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroups
-
- getHelpUrl() - Method in class nl.inl.blacklab.index.DocIndexerFactory.Format
-
- getHelpUrl() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getHitsInDoc(int) - Method in class nl.inl.blacklab.search.results.Hits
-
- getId() - Method in class nl.inl.blacklab.index.DocIndexerFactory.Format
-
- getId() - Method in class nl.inl.blacklab.indexers.preprocess.ConvertPluginOpenConvert
-
- getId() - Method in interface nl.inl.blacklab.indexers.preprocess.Plugin
-
Return a globally unique id for this plugin class.
- getId() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginDutchTagger
-
- getId() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginNoop
-
- getIfLinkPathMissing() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- GetImage() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- GetImage() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- getIncludeClauses() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- getIndexFieldAs() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getIndexing() - Method in class nl.inl.blacklab.config.BlackLabConfig
-
- getIndexStartTime() - Method in class nl.inl.blacklab.index.IndexListener
-
- getIndexTime() - Method in class nl.inl.blacklab.index.IndexListener
-
- getIndexTime() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getIndexWriterConfig(Analyzer, boolean) - Static method in class nl.inl.util.LuceneUtil
-
- getInlineTags() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getInputFile() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- getInputFormat() - Method in interface nl.inl.blacklab.indexers.preprocess.TagPlugin
-
Get the name of the format this plugin can tag.
- getInputFormat() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginDutchTagger
-
- getInputFormat() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginNoop
-
- getInputFormatIdentifier() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- getInputFormats() - Method in interface nl.inl.blacklab.indexers.preprocess.ConvertPlugin
-
Get a list of file extensions or formats (not strictly formatIdentifiers,
though there might be overlap) that this converter can convert from.
- getInputFormats() - Method in class nl.inl.blacklab.indexers.preprocess.ConvertPluginOpenConvert
-
- getInt(ObjectNode, String, int) - Static method in class nl.inl.util.Json
-
Get an int value from a JSON Object, or substitute a default value if the key
doesn't exist.
- getJsonObjectMapper() - Static method in class nl.inl.util.Json
-
- getKey() - Method in enum nl.inl.blacklab.indexers.config.ConfigInputFormat.FileTypeOption
-
- getLanguage() - Method in class nl.inl.blacklab.config.BLConfigCollator
-
- getLine() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
Deprecated.
- getLine() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
Deprecated.
- getLinkedDocument(String) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getLinkedDocuments() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getLinkValues() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- getList(List<Annotation>, IndexReader) - Static method in class nl.inl.blacklab.forwardindex.FiidLookup
-
- getListOfStrings(JsonNode, String) - Static method in class nl.inl.util.Json
-
- getLog() - Method in class nl.inl.blacklab.config.BlackLabConfig
-
- getLong(ObjectNode, String, long) - Static method in class nl.inl.util.Json
-
Get a long value from a JSON Object, or substitute a default value if the key
doesn't exist.
- getMainAnnotatedField() - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- getMainAnnotation() - Method in class nl.inl.blacklab.index.DocIndexerPlainTextBasic
-
- getMap(Hit) - Method in interface nl.inl.blacklab.search.results.CapturedGroups
-
Get a map of the captured groups.
- getMap(Hit) - Method in class nl.inl.blacklab.search.results.CapturedGroupsImpl
-
Get a map of the captured groups.
- getMapValues() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getMatchingTermsFromIndex(IndexReader, String, Collection<String>, int) - Static method in class nl.inl.util.LuceneUtil
-
Get all the terms in the index with low edit distance from the supplied term
- getMax() - Method in class nl.inl.blacklab.search.textpattern.TextPatternRepetition
-
- getMaxExpand() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- getMaxExpand() - Method in class nl.inl.blacklab.search.textpattern.TextPatternExpansion
-
- getMaxHitsToCount() - Method in class nl.inl.blacklab.config.BLConfigSearch
-
- getMaxHitsToRetrieve() - Method in class nl.inl.blacklab.config.BLConfigSearch
-
- getMaxMetadataValuesToStore() - Method in class nl.inl.blacklab.config.BLConfigIndexing
-
- getMaxRep() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- getMessage() - Method in error nl.inl.blacklab.queryParser.contextql.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in error nl.inl.blacklab.queryParser.corpusql.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMetadataBlocks() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getMetadataDefaultAnalyzer() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getMetadataDefaultUnknownCondition() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getMetadataDefaultUnknownValue() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getMetadataFetcher() - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
Get the external metadata fetcher for this indexer, if any.
- getMetadataField(String) - Method in class nl.inl.blacklab.index.DocIndexer
-
- getMetadataField(String) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getMetadataField(String) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- getMetadataFieldGroups() - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- getMetadataFieldsFromDpo(String) - Static method in class nl.inl.blacklab.indexers.MetadataFetcherKbDpo.GetKbMetadata
-
Fetch metadata for a document from its DPO number
- getMetadataFieldTypeFromIndexerProperties(String) - Method in class nl.inl.blacklab.index.DocIndexer
-
- getMethod() - Method in class nl.inl.blacklab.indexers.config.ConfigProcessStep
-
- getMin() - Method in class nl.inl.blacklab.search.textpattern.TextPatternRepetition
-
- getMinExpand() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- getMinExpand() - Method in class nl.inl.blacklab.search.textpattern.TextPatternExpansion
-
- getMinRep() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- getName() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getName() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getName() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroup
-
- getName() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotationGroups
-
- getName() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getName() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- getName() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getName() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataFieldGroup
-
- getNameComponents(String) - Static method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldNameUtil
-
Gets the different components of a annotated field annotation (alternative) name.
- getNamespaces() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getNextToken() - Method in class nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Get the next Token.
- getNextToken() - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserTokenManager
-
Get the next Token.
- getNfa() - Method in class nl.inl.blacklab.search.fimatch.NfaTwoWay
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- getNfa(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- getNfaReverse() - Method in class nl.inl.blacklab.search.fimatch.NfaTwoWay
-
- getNfaThreshold() - Static method in class nl.inl.blacklab.search.lucene.optimize.ClauseCombinerNfa
-
- getNfaTokenStateTerms(Set<String>) - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
Checks if this OR node could be converted into a single NFA token state with
a list of terms, and collects the terms.
- getNfaTwoWay(ForwardIndexAccessor, int) - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- getNoForwardIndexAnnotations() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl
-
- getNumberOfAnnotations() - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor.ForwardIndexAccessorLeafReader
-
Get the number of mapped annotations.
- getNumberOfThreads() - Method in class nl.inl.blacklab.config.BLConfigIndexing
-
- getObject(ObjectNode, String) - Static method in class nl.inl.util.Json
-
Get or create a JsonNode child of the specified parent.
- getOccur() - Method in class nl.inl.blacklab.search.textpattern.TPBooleanClause
-
- getOldSingleFieldSubprops(IndexReader, String) - Static method in class nl.inl.util.LuceneUtil
-
Enumerate all the terms in the given Lucene field, collecting all the
subproperty names and values.
- getOperation() - Method in class nl.inl.blacklab.search.textpattern.TextPatternFilterNGrams
-
- getOptimizeTime() - Method in class nl.inl.blacklab.index.IndexListener
-
- getOptimizeTime() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getOrCreateAnnotatedField(String) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getOrCreateAnnotation(AnnotatedField, String) - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- getOrCreateAnnotation(AnnotatedField, String) - Method in interface nl.inl.blacklab.search.BlackLabIndexWriter
-
Get existing annotation or create new one.
- getOrCreateAnnotation(String) - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl
-
- getOrCreateField(String) - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataBlock
-
- getOrCreateLinkedDocument(String) - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getOutputFileName(String) - Method in interface nl.inl.blacklab.indexers.preprocess.TagPlugin
-
Unfortunate side-effect of docIndexers requiring a filename to do their work.
- getOutputFileName(String) - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginDutchTagger
-
- getOutputFileName(String) - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginNoop
-
- getOutputFormat() - Method in interface nl.inl.blacklab.indexers.preprocess.ConvertPlugin
-
Get the name of the format this plugin will convert files into.
- getOutputFormat() - Method in class nl.inl.blacklab.indexers.preprocess.ConvertPluginOpenConvert
-
- getOutputFormatIdentifier() - Method in interface nl.inl.blacklab.indexers.preprocess.TagPlugin
-
Get the name of the format this plugin tags into.
- getOutputFormatIdentifier() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginDutchTagger
-
- getOutputFormatIdentifier() - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginNoop
-
- getParam() - Method in class nl.inl.blacklab.indexers.config.ConfigProcessStep
-
- getParameter(String, String) - Method in class nl.inl.blacklab.index.DocIndexer
-
- getParameter(String) - Method in class nl.inl.blacklab.index.DocIndexer
-
- getParameter(String, boolean) - Method in class nl.inl.blacklab.index.DocIndexer
-
- getParameter(String, int) - Method in class nl.inl.blacklab.index.DocIndexer
-
- getPath() - Method in class nl.inl.blacklab.indexers.config.ConfigInlineTag
-
- getPath() - Method in class nl.inl.blacklab.indexers.config.ConfigStandoffAnnotations
-
- getPathInsideArchive() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkedDocument
-
- getPlugins() - Method in class nl.inl.blacklab.config.BlackLabConfig
-
- getPlugins() - Method in class nl.inl.blacklab.config.BLConfigPlugins
-
- getPostings() - Method in class nl.inl.blacklab.mocks.MyTermSpans
-
- getProcess() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getProcess() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkValue
-
- getProcess() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getPropertiesFromResource(String) - Static method in class nl.inl.blacklab.tools.SketchToXmlConverter
-
Read Properties from a resource
- getPropertyName() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenProperty
-
- getPropIndex() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterString
-
- getPropPunct() - Method in class nl.inl.blacklab.index.DocIndexerPlainTextBasic
-
- getPunctPath() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getQuery() - Method in class nl.inl.blacklab.search.textpattern.TPBooleanClause
-
- getReadFromFile() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getRealField() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- getRealField() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- getRefTokenPositionIdPath() - Method in class nl.inl.blacklab.indexers.config.ConfigStandoffAnnotations
-
- getRegex() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- getSearch() - Method in class nl.inl.blacklab.config.BlackLabConfig
-
- getSensitivity() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getSensitivitySetting(String) - Method in class nl.inl.blacklab.index.DocIndexer
-
Deprecated.
- getSensitivitySetting(ConfigAnnotation) - Method in class nl.inl.blacklab.indexers.config.DocIndexerConfig
-
- getSpans(LeafReaderContext, SpanWeight.Postings) - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery.SpanOrWeight
-
- getSpans(LeafReaderContext, SpanWeight.Postings) - Method in class nl.inl.blacklab.search.lucene.BLSpanWeight
-
- getSpecialFields() - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- getSqliteDatabase() - Method in class nl.inl.blacklab.config.BLConfigLog
-
- getStandoffAnnotations() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getStartChar() - Method in class nl.inl.util.XmlHighlighter.HitCharSpan
-
- getStartingState() - Method in class nl.inl.blacklab.search.fimatch.Nfa
-
- getStoreTypeVersion(File) - Static method in class nl.inl.blacklab.contentstore.ContentStoreDirAbstract
-
Get the type and version of the content store
- getString() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterString
-
- getString(JsonNode, String, String) - Static method in class nl.inl.util.Json
-
Get a string value from a JSON Object, or substitute a default value if the
key doesn't exist.
- getSubAnnotation(String) - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getSubAnnotations() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getSubstrings(Field, Document, int[], int[]) - Method in class nl.inl.blacklab.contentstore.ContentStoresManager
-
- getSubstrings(Field, int, int[], int[]) - Method in class nl.inl.blacklab.contentstore.ContentStoresManager
-
- getSubstringsFromDocument(Document, int[], int[]) - Method in class nl.inl.blacklab.search.ContentAccessor
-
Get substrings from a document.
- getSubstringsFromDocument(int, int[], int[]) - Method in class nl.inl.blacklab.search.ContentAccessor
-
Get substrings from a document.
- GetSuffix(int) - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- GetSuffix(int) - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- getSumTotalTermFreq(IndexReader, String) - Static method in class nl.inl.util.LuceneUtil
-
- getTabSize() - Method in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- getTabSize() - Method in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- getTagger(String) - Static method in class nl.inl.blacklab.index.PluginManager
-
- getTagPluginId() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getTerm() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- getTerm(String) - Method in class nl.inl.blacklab.search.textpattern.TextPatternFuzzy
-
- getTerm(String) - Method in class nl.inl.blacklab.search.textpattern.TextPatternTags
-
- getTerm(String) - Method in class nl.inl.blacklab.search.textpattern.TextPatternTerm
-
- getTermIndex() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterString
-
- getTermNumbers(MutableIntSet, int, String, MatchSensitivity) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor
-
Get the term number for a given term string.
- getTermString(int, int) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor.ForwardIndexAccessorLeafReader
-
- getTermString(int, int) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexAccessor
-
- getTermString(int, int) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexDocument
-
Return string for term id
- getTextDirection() - Method in class nl.inl.blacklab.indexers.config.ConfigCorpus
-
- getToken(int, int) - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
- getToken(int) - Method in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParser
-
Get the specific Token.
- getToken(int, int) - Method in class nl.inl.blacklab.search.fimatch.ForwardIndexDocument
-
Return token at specified position.
- getTokenPositionIdPath() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getTokens() - Method in class nl.inl.blacklab.search.results.CorpusSize
-
- getTokensProcessed() - Method in class nl.inl.blacklab.index.IndexListener
-
Get the number of characters processed so far.
- getTokensProcessed() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getTotalTime() - Method in class nl.inl.blacklab.index.IndexListener
-
- getTotalTime() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- getTrace() - Method in class nl.inl.blacklab.config.BLConfigLog
-
- getType() - Method in class nl.inl.blacklab.indexers.config.ConfigInputFormat
-
- getType() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getType() - Method in class nl.inl.util.VersionFile
-
- getUiType() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getUiType() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getUnbalancedTagsStrategy() - Method in class nl.inl.util.XmlHighlighter
-
Get how well-formedness problems are fixed
- getUnknownCondition() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getUnknownValue() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getValue() - Method in class nl.inl.blacklab.queryParser.contextql.Token
-
An optional attribute value of the Token.
- getValue() - Method in class nl.inl.blacklab.queryParser.corpusql.Token
-
An optional attribute value of the Token.
- getValue() - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueInt
-
- getValue() - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueString
-
- getValue() - Method in class nl.inl.blacklab.search.textpattern.TextPatternTerm
-
- getValueField() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkValue
-
- getValuePath() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getValuePath() - Method in class nl.inl.blacklab.indexers.config.ConfigLinkValue
-
- getValuePath() - Method in class nl.inl.blacklab.indexers.config.ConfigMetadataField
-
- getValuePathInt() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotation
-
- getVariant() - Method in class nl.inl.blacklab.config.BLConfigCollator
-
- getVersion() - Method in class nl.inl.util.VersionFile
-
- getWord() - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers.DefaultWordHandler
-
- getWord() - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers.WordInAttributeHandler
-
- getWordPosition() - Method in class nl.inl.blacklab.index.DocIndexerPlainTextBasic
-
Returns the current word in the content.
- getWordPosition() - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
Returns the current word in the content.
- getWordsFromTermVector(IndexReader, int, String, int, int) - Static method in class nl.inl.util.LuceneUtil
-
Get all words between the specified start and end positions from the term
vector.
- getWordsFromTermVector(IndexReader, int, String, int, int, boolean) - Static method in class nl.inl.util.LuceneUtil
-
Get all words between the specified start and end positions from the term
vector.
- getWordsPath() - Method in class nl.inl.blacklab.indexers.config.ConfigAnnotatedField
-
- getYamlObjectMapper() - Static method in class nl.inl.util.Json
-
- getZipFilesMaxOpen() - Method in class nl.inl.blacklab.config.BLConfigIndexing
-
- globToRegex(String) - Static method in class nl.inl.util.FileUtil
-
Convert a simple file glob expression (containing * and/or ?) to a regular
expression.
- group() - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataField
-
- group() - Method in class nl.inl.blacklab.search.indexmetadata.MetadataFieldImpl
-
- group(ResultProperty<DocGroup>, int) - Method in class nl.inl.blacklab.search.results.DocGroups
-
- group(ResultProperty<DocResult>, int) - Method in class nl.inl.blacklab.search.results.DocResults
-
- Group<T> - Class in nl.inl.blacklab.search.results
-
A group of results, with its group identity and the results themselves.
- Group(PropertyValue, Results<T>, int) - Constructor for class nl.inl.blacklab.search.results.Group
-
- group(ResultProperty<HitGroup>, int) - Method in class nl.inl.blacklab.search.results.HitGroups
-
- group(ResultProperty<Hit>, int) - Method in class nl.inl.blacklab.search.results.Hits
-
- group(ResultProperty<T>, int) - Method in class nl.inl.blacklab.search.results.Results
-
Group these hits by a criterium (or several criteria).
- group(ResultProperty<TermFrequency>, int) - Method in class nl.inl.blacklab.search.TermFrequencyList
-
- group(DocProperty, int) - Method in class nl.inl.blacklab.searches.SearchDocs
-
Group hits by a property.
- group(HitProperty, int) - Method in class nl.inl.blacklab.searches.SearchHits
-
Group hits by a property.
- groupCriteria() - Method in class nl.inl.blacklab.search.results.DocGroups
-
- groupCriteria() - Method in class nl.inl.blacklab.search.results.DocResults
-
- groupCriteria() - Method in class nl.inl.blacklab.search.results.HitGroups
-
- groupCriteria() - Method in interface nl.inl.blacklab.search.results.ResultGroups
-
What were these results grouped on?
- groupIdentity - Variable in class nl.inl.blacklab.search.results.Group
-
- groupName() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationGroup
-
- GroupProperty<T,G extends Group<T>> - Class in nl.inl.blacklab.resultproperty
-
Abstract base class for a property of a group op results.
- GroupProperty() - Constructor for class nl.inl.blacklab.resultproperty.GroupProperty
-
- groups() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationGroups
-
- groups() - Method in interface nl.inl.blacklab.search.indexmetadata.MetadataFields
-
- handle(String, InputStream) - Method in interface nl.inl.util.TarGzipReader.FileHandler
-
Handle a file inside the .zip or .tar.gz archive.
- hasAnnotation(String) - Method in class nl.inl.blacklab.index.annotated.AnnotatedFieldWriter
-
- hasAnyForwardIndices() - Method in interface nl.inl.blacklab.forwardindex.ForwardIndex
-
- hasAnyForwardIndices() - Method in class nl.inl.blacklab.forwardindex.ForwardIndexImplSeparate
-
- hasCapturedGroups() - Method in class nl.inl.blacklab.search.results.Hits
-
- hasContentStore() - Method in class nl.inl.blacklab.mocks.MockAnnotatedField
-
- hasContentStore() - Method in interface nl.inl.blacklab.search.indexmetadata.Field
-
Is this field's content stored in a content store?
- hasContentStore() - Method in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
- hasFiids(int) - Method in class nl.inl.blacklab.forwardindex.FiidLookup
-
- hasForwardIndex() - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- hasForwardIndex() - Method in class nl.inl.blacklab.mocks.MockAnnotation
-
- hasForwardIndex() - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
- hashCode() - Method in class nl.inl.blacklab.analysis.BLDutchTokenFilter
-
- hashCode() - Method in class nl.inl.blacklab.analysis.DesensitizeFilter
-
- hashCode() - Method in class nl.inl.blacklab.analysis.RemoveAllAccentsFilter
-
- hashCode() - Method in class nl.inl.blacklab.analysis.RemovePunctuationFilter
-
- hashCode() - Method in class nl.inl.blacklab.mocks.MockAnnotation
-
- hashCode() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.DocProperty
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.DocPropertyAnnotatedFieldLength
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.DocPropertyDecade
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.DocPropertyMultiple
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.DocPropertyStoredField
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.GroupProperty
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.HitProperty
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.HitPropertyContextBase
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.HitPropertyContextWords
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.HitPropertyDoc
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentDecade
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.PropertyValue
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.PropertyValueContext
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.PropertyValueContextWord
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.PropertyValueContextWords
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.PropertyValueDoc
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.PropertyValueInt
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.PropertyValueMultiple
-
- hashCode() - Method in class nl.inl.blacklab.resultproperty.PropertyValueString
-
- hashCode() - Method in interface nl.inl.blacklab.resultproperty.ResultProperty
-
- hashCode() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
- hashCode() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- hashCode() - Method in interface nl.inl.blacklab.search.Doc
-
- hashCode() - Method in class nl.inl.blacklab.search.DocImpl
-
- hashCode() - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
- hashCode() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotationSensitivityImpl
-
- hashCode() - Method in class nl.inl.blacklab.search.indexmetadata.FieldImpl
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.BLSpansWrapper
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hashCode() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValue
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueBoolean
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueInt
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueString
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.ConstraintValueUndefined
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilter
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterAnd
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterEquals
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterImplication
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterNot
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterOr
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterSameTokens
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterString
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenProperty
-
- hashCode() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenPropertyEqualsString
-
- hashCode() - Method in class nl.inl.blacklab.search.results.ContextSize
-
- hashCode() - Method in class nl.inl.blacklab.search.results.HitImpl
-
- hashCode() - Method in class nl.inl.blacklab.search.results.MaxStats
-
- hashCode() - Method in class nl.inl.blacklab.search.results.QueryInfo
-
- hashCode() - Method in interface nl.inl.blacklab.search.results.Result
-
- hashCode() - Method in class nl.inl.blacklab.search.results.SampleParameters
-
- hashCode() - Method in class nl.inl.blacklab.search.results.SearchSettings
-
- hashCode() - Method in class nl.inl.blacklab.search.TermFrequency
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPattern
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternAndNot
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternAnnotation
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternAnyToken
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternCaptureGroup
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternCombiner
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternConstrained
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternEdge
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternExpansion
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternFilterNGrams
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternFuzzy
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternNot
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternOr
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternPositionFilter
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternPrefix
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternRegex
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternRepetition
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternSensitive
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternSequence
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternTags
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternTerm
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TextPatternWildcard
-
- hashCode() - Method in class nl.inl.blacklab.search.textpattern.TPBooleanClause
-
Returns a hash code value for this object.
- hashCode() - Method in class nl.inl.blacklab.searches.AbstractSearch
-
- hashCode() - Method in interface nl.inl.blacklab.searches.Search
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchCollocationsFiltered
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchCollocationsFromHits
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchCollocationsSampled
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchCollocationsSorted
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchCollocationsWindow
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchCountFromResults
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocGroupsFiltered
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocGroupsFromDocs
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocGroupsSampled
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocGroupsSorted
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocGroupsWindow
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocsFiltered
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocsFromHits
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocsFromQuery
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocsSampled
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocsSorted
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchDocsWindow
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchFacets
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitGroupsFiltered
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitGroupsFromHits
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitGroupsSampled
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitGroupsSorted
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitGroupsWindow
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitsFiltered
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitsFromPattern
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitsSampled
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitsSorted
-
- hashCode() - Method in class nl.inl.blacklab.searches.SearchHitsWindow
-
- HASHMAP_DEFAULT_LOAD_FACTOR - Static variable in interface nl.inl.blacklab.search.lucene.SpansInBuckets
-
Load factor determines when a HashMap is rehashed to increase its size (percentage filled)
- HASHMAP_INITIAL_CAPACITY - Static variable in interface nl.inl.blacklab.search.lucene.SpansInBuckets
-
Initial capacity for HashMap to avoid too much reallocation
- hasLengthTokens() - Method in class nl.inl.blacklab.mocks.MockAnnotatedField
-
- hasLengthTokens() - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedField
-
- hasLengthTokens() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl
-
- hasNext() - Method in class nl.inl.blacklab.search.results.WindowStats
-
- hasNext() - Method in interface nl.inl.blacklab.search.results.WindowStatsInterface
-
Are there more results in the original Hits object beyond our window?
- hasParameter(String) - Method in class nl.inl.blacklab.index.DocIndexer
-
- hasPayload() - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- hasPrevious() - Method in class nl.inl.blacklab.search.results.WindowStats
-
- hasPrevious() - Method in interface nl.inl.blacklab.search.results.WindowStatsInterface
-
Are there more results in the original Hits object "to the left" of our
window?
- hasProperty() - Method in class nl.inl.blacklab.search.matchfilter.MatchFilterTokenProperty
-
- hasPunctuationForwardIndex() - Method in class nl.inl.blacklab.mocks.MockAnnotatedField
-
- hasPunctuationForwardIndex() - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedField
-
- hasPunctuationForwardIndex() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl
-
Checks if this field has a "punctuation" forward index, storing all the
intra-word characters (whitespace and punctuation) so we can build
concordances directly from the forward indices.
- hasSensitivity(MatchSensitivity) - Method in class nl.inl.blacklab.mocks.MockAnnotation
-
- hasSensitivity(MatchSensitivity) - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
Was this annotation indexed with the sensitivity specified?
- hasTokenLengthDocValues() - Method in class nl.inl.blacklab.mocks.MockAnnotatedField
-
- hasTokenLengthDocValues() - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedField
-
Was the field that stores the length of this field in tokens
indexed with DocValues?
- hasTokenLengthDocValues() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl
-
- hasXmlTags() - Method in class nl.inl.blacklab.mocks.MockAnnotatedField
-
- hasXmlTags() - Method in interface nl.inl.blacklab.search.indexmetadata.AnnotatedField
-
- hasXmlTags() - Method in class nl.inl.blacklab.search.indexmetadata.AnnotatedFieldImpl
-
- highlight(String, List<XmlHighlighter.HitCharSpan>) - Method in class nl.inl.util.XmlHighlighter
-
Highlight a string containing XML tags.
- highlight(String, List<XmlHighlighter.HitCharSpan>, int) - Method in class nl.inl.util.XmlHighlighter
-
Highlight part of an XML document.
- highlightContent(Hits, int, int) - Method in interface nl.inl.blacklab.search.Doc
-
Highlight part of field content with the specified hits,
and make sure it's well-formed.
- highlightContent(Hits) - Method in interface nl.inl.blacklab.search.Doc
-
Highlight field content with the specified hits.
- highlightContent(Hits, int, int) - Method in class nl.inl.blacklab.search.DocImpl
-
- Hit - Interface in nl.inl.blacklab.search.results
-
Interface for a hit.
- HIT_START_INDEX - Static variable in class nl.inl.blacklab.search.results.Contexts
-
In context arrays, what index after the bookkeeping units indicates the hit
start?
- HitCharSpan(int, int) - Constructor for class nl.inl.util.XmlHighlighter.HitCharSpan
-
- hitCount() - Method in class nl.inl.blacklab.searches.SearchResults
-
Count hits.
- hitCount(boolean) - Method in class nl.inl.blacklab.searches.SearchResults
-
Count hits.
- hitEnd() - Method in class nl.inl.blacklab.search.Kwic
-
Return the index of the token after the last hit token in the context
fragment.
- HitGroup - Class in nl.inl.blacklab.search.results
-
A group of results, with its group identity and the results themselves, that
you can access randomly (i.e.
- HitGroup(QueryInfo, PropertyValue, int) - Constructor for class nl.inl.blacklab.search.results.HitGroup
-
- HitGroup(QueryInfo, PropertyValue, List<Hit>, CapturedGroups, int) - Constructor for class nl.inl.blacklab.search.results.HitGroup
-
Wraps a list of Hit objects with the HitGroup interface.
- HitGroup(PropertyValue, Hits, int) - Constructor for class nl.inl.blacklab.search.results.HitGroup
-
Wraps a list of Hit objects with the HitGroup interface.
- HitGroupProperty - Class in nl.inl.blacklab.resultproperty
-
Abstract base class for a property of a hit, like document title, hit text,
right context, etc.
- HitGroupProperty() - Constructor for class nl.inl.blacklab.resultproperty.HitGroupProperty
-
- HitGroupPropertyIdentity - Class in nl.inl.blacklab.resultproperty
-
- HitGroupPropertyIdentity() - Constructor for class nl.inl.blacklab.resultproperty.HitGroupPropertyIdentity
-
- HitGroupPropertySize - Class in nl.inl.blacklab.resultproperty
-
- HitGroupPropertySize() - Constructor for class nl.inl.blacklab.resultproperty.HitGroupPropertySize
-
- HitGroups - Class in nl.inl.blacklab.search.results
-
Groups results on the basis of a list of criteria.
- HitGroups(Hits, HitProperty, int) - Constructor for class nl.inl.blacklab.search.results.HitGroups
-
Construct a ResultsGrouper object, by grouping the supplied hits.
- HitGroups(QueryInfo, List<HitGroup>, HitProperty, SampleParameters, WindowStats) - Constructor for class nl.inl.blacklab.search.results.HitGroups
-
- HitImpl - Class in nl.inl.blacklab.search.results
-
Class for a hit.
- HitImpl(int, int, int) - Constructor for class nl.inl.blacklab.search.results.HitImpl
-
Construct a hit object
- hitOnly() - Static method in class nl.inl.blacklab.search.results.ContextSize
-
- HitProperty - Class in nl.inl.blacklab.resultproperty
-
Abstract base class for a property of a hit, like document title, hit text,
right context, etc.
- HitProperty() - Constructor for class nl.inl.blacklab.resultproperty.HitProperty
-
- HitPropertyContextBase - Class in nl.inl.blacklab.resultproperty
-
Base class for HitPropertyHitText, LeftContext, RightContext, WordLeft and
WordRight.
- HitPropertyContextBase(HitPropertyContextBase, Results<Hit>, Contexts, boolean) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyContextBase
-
- HitPropertyContextBase(String, String, BlackLabIndex, Annotation, MatchSensitivity, ContextSize) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyContextBase
-
- HitPropertyContextWords - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping on the context of the hit.
- HitPropertyContextWords(BlackLabIndex, Annotation, MatchSensitivity, String) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyContextWords
-
- HitPropertyContextWords(BlackLabIndex, Annotation, MatchSensitivity, List<HitPropertyContextWords.ContextPart>) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyContextWords
-
- HitPropertyContextWords.ContextPart - Class in nl.inl.blacklab.resultproperty
-
A stretch of words from the (surroundings of) the matched text.
- HitPropertyContextWords.ContextStart - Enum in nl.inl.blacklab.resultproperty
-
A location in the hit context to start a stretch of words from.
- HitPropertyDoc - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping per document.
- HitPropertyDoc(BlackLabIndex) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyDoc
-
- HitPropertyDocumentDecade - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping on by decade based on a stored field in the
corresponding Lucene document containing a year.
- HitPropertyDocumentDecade(BlackLabIndex, MetadataField) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyDocumentDecade
-
- HitPropertyDocumentId - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping per document id.
- HitPropertyDocumentId() - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyDocumentId
-
- HitPropertyDocumentStoredField - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping on a stored field in the corresponding Lucene
document.
- HitPropertyDocumentStoredField(BlackLabIndex, String, String) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- HitPropertyDocumentStoredField(BlackLabIndex, String) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyDocumentStoredField
-
- HitPropertyHitPosition - Class in nl.inl.blacklab.resultproperty
-
A hit property for sorting on hit token position.
- HitPropertyHitPosition() - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyHitPosition
-
- HitPropertyHitText - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping on the text actually matched.
- HitPropertyHitText(BlackLabIndex, Annotation, MatchSensitivity, ContextSize) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyHitText
-
- HitPropertyHitText(BlackLabIndex, Annotation, MatchSensitivity) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyHitText
-
- HitPropertyHitText(BlackLabIndex, MatchSensitivity) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyHitText
-
- HitPropertyHitText(BlackLabIndex, Annotation) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyHitText
-
- HitPropertyHitText(BlackLabIndex) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyHitText
-
- HitPropertyLeftContext - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping on the context of the hit.
- HitPropertyLeftContext(BlackLabIndex, Annotation, MatchSensitivity, ContextSize) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyLeftContext
-
- HitPropertyLeftContext(BlackLabIndex, Annotation, MatchSensitivity) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyLeftContext
-
- HitPropertyLeftContext(BlackLabIndex, MatchSensitivity) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyLeftContext
-
- HitPropertyLeftContext(BlackLabIndex, Annotation) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyLeftContext
-
- HitPropertyMultiple - Class in nl.inl.blacklab.resultproperty
-
A collection of GroupProperty's identifying a particular group.
- HitPropertyMultiple(HitProperty...) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
Quick way to create group criteria.
- HitPropertyMultiple(boolean, HitProperty...) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyMultiple
-
Quick way to create group criteria.
- HitPropertyRightContext - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping on the context of the hit.
- HitPropertyRightContext(BlackLabIndex, Annotation, MatchSensitivity, ContextSize) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyRightContext
-
- HitPropertyRightContext(BlackLabIndex, Annotation, MatchSensitivity) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyRightContext
-
- HitPropertyRightContext(BlackLabIndex, Annotation) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyRightContext
-
- HitPropertyRightContext(BlackLabIndex, MatchSensitivity) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyRightContext
-
- HitPropertyRightContext(BlackLabIndex) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyRightContext
-
- HitPropertyWordLeft - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping on the context of the hit.
- HitPropertyWordLeft(BlackLabIndex, Annotation, MatchSensitivity, ContextSize) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyWordLeft
-
- HitPropertyWordLeft(BlackLabIndex, Annotation, MatchSensitivity) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyWordLeft
-
- HitPropertyWordLeft(BlackLabIndex, Annotation) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyWordLeft
-
- HitPropertyWordLeft(BlackLabIndex) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyWordLeft
-
- HitPropertyWordRight - Class in nl.inl.blacklab.resultproperty
-
A hit property for grouping on the context of the hit.
- HitPropertyWordRight(BlackLabIndex, Annotation, MatchSensitivity, ContextSize) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyWordRight
-
- HitPropertyWordRight(BlackLabIndex, Annotation, MatchSensitivity) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyWordRight
-
- HitPropertyWordRight(BlackLabIndex, Annotation) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyWordRight
-
- HitPropertyWordRight(BlackLabIndex) - Constructor for class nl.inl.blacklab.resultproperty.HitPropertyWordRight
-
- HitQueryContext - Class in nl.inl.blacklab.search.lucene
-
Provides per-hit query-wide context, such as captured groups.
- HitQueryContext(BLSpans) - Constructor for class nl.inl.blacklab.search.lucene.HitQueryContext
-
- HitQueryContext() - Constructor for class nl.inl.blacklab.search.lucene.HitQueryContext
-
- hits - Variable in class nl.inl.blacklab.resultproperty.HitProperty
-
The Hits object we're looking at
- Hits - Class in nl.inl.blacklab.search.results
-
- Hits(QueryInfo) - Constructor for class nl.inl.blacklab.search.results.Hits
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaState
-
Are all hits from this NFA the same length?
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAnd
-
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAndAcyclic
-
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMatch
-
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMultiTermPattern
-
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateNot
-
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOr
-
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOrAcyclic
-
- hitsAllSameLength(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateToken
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Do our hits have constant length?
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- hitsAllSameLength() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- hitsAreUnique() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Is it guaranteed that no two hits have the same start and end position?
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- hitsAreUnique() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- hitsCounted - Variable in class nl.inl.blacklab.search.results.Hits
-
The number of hits we've seen and counted so far.
- hitsCountedExceededMaximum() - Method in class nl.inl.blacklab.search.results.MaxStats
-
- hitsCountedSoFar() - Method in class nl.inl.blacklab.search.results.Hits
-
- hitsCountedTotal() - Method in class nl.inl.blacklab.search.results.Hits
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
When hit B follows hit A, is it guaranteed that B.end >= A.end? Also, if
A.end == B.end, is B.start > A.start?
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- hitsEndPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- HitsFiltered - Class in nl.inl.blacklab.search.results
-
A Hits object that filters another.
- HitsFiltered(Hits, HitProperty, PropertyValue) - Constructor for class nl.inl.blacklab.search.results.HitsFiltered
-
- HitsFromQuery - Class in nl.inl.blacklab.search.results
-
A Hits object that is filled from a BLSpanQuery.
- HitsFromQuery(QueryInfo, BLSpanQuery, SearchSettings) - Constructor for class nl.inl.blacklab.search.results.HitsFromQuery
-
Construct a Hits object from a SpanQuery.
- HitsFromQueryParallel - Class in nl.inl.blacklab.search.results
-
A Hits object that is filled from a BLSpanQuery.
- HitsFromQueryParallel(QueryInfo, BLSpanQuery, SearchSettings) - Constructor for class nl.inl.blacklab.search.results.HitsFromQueryParallel
-
Construct a Hits object from a SpanQuery.
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Is it guaranteed that no two hits have the same end position?
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- hitsHaveUniqueEnd() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Is it guaranteed that no two hits have the same start position?
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- hitsHaveUniqueStart() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- hitsLengthMax() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaState
-
What's the maximum hit length?
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAnd
-
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAndAcyclic
-
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMatch
-
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMultiTermPattern
-
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateNot
-
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOr
-
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOrAcyclic
-
- hitsLengthMax(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateToken
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
How long could our longest hit be?
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- hitsLengthMax() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- hitsLengthMin() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaState
-
What's the minimum hit length?
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAnd
-
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateAndAcyclic
-
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMatch
-
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateMultiTermPattern
-
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateNot
-
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOr
-
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateOrAcyclic
-
- hitsLengthMin(Set<NfaState>) - Method in class nl.inl.blacklab.search.fimatch.NfaStateToken
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
How long could our shortest hit be?
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- hitsLengthMin() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- HitsList - Class in nl.inl.blacklab.search.results
-
A basic Hits object implemented with a list.
- HitsList(QueryInfo, List<Hit>) - Constructor for class nl.inl.blacklab.search.results.HitsList
-
Make a wrapper Hits object for a list of Hit objects.
- HitsList(QueryInfo, List<Hit>, CapturedGroups) - Constructor for class nl.inl.blacklab.search.results.HitsList
-
Make a wrapper Hits object for a list of Hit objects.
- HitsList(QueryInfo, int[], int[], int[]) - Constructor for class nl.inl.blacklab.search.results.HitsList
-
Create a list of hits from three arrays.
- HitsList(QueryInfo) - Constructor for class nl.inl.blacklab.search.results.HitsList
-
Make an empty list of hits.
- HitsList(QueryInfo, List<Hit>, WindowStats, SampleParameters, int, int, int, CapturedGroupsImpl) - Constructor for class nl.inl.blacklab.search.results.HitsList
-
Construct a HitsList from all its components.
- hitsObjId - Variable in class nl.inl.blacklab.search.results.Results
-
Unique id of this Hits instance (for debugging)
- hitsProcessedAtLeast(int) - Method in class nl.inl.blacklab.search.results.Hits
-
- hitsProcessedExceededMaximum() - Method in class nl.inl.blacklab.search.results.MaxStats
-
- hitsProcessedSoFar() - Method in class nl.inl.blacklab.search.results.Hits
-
- hitsProcessedTotal() - Method in class nl.inl.blacklab.search.results.Hits
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.mocks.MockSpanQuery
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.BLSpanMultiTermQueryWrapper
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.BLSpanOrQuery
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
When hit B follows hit A, is it guaranteed that B.start >= A.start? Also,
if A.start == B.start, is B.end > A.end?
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.BLSpanTermQuery
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanFuzzyQuery
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAnyToken
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryConstrained
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryEdge
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiltered
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFilterNGrams
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryFiSeq
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNoHits
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryNot
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryRepetition
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
- hitsStartPointSorted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryTags
-
- hitsStats() - Method in class nl.inl.blacklab.search.results.Hits
-
- hitStart() - Method in class nl.inl.blacklab.search.Kwic
-
Return the index of the first hit token in the context fragment.
- HookableSaxHandler - Class in nl.inl.blacklab.index
-
SAX parser with the ability to attach "SAX-path hooks" to process specific
elements/attributes in the XML.
- HookableSaxHandler() - Constructor for class nl.inl.blacklab.index.HookableSaxHandler
-
- HookableSaxHandler.ContentCapturingHandler - Class in nl.inl.blacklab.index
-
A SAX parser hook handler that captures the element's character content for
processing in the endElement() method.
- HookableSaxHandler.ElementHandler - Class in nl.inl.blacklab.index
-
Represents a handler for when a SAX path condition matches
- HookableSaxHandler.SaxPathExpressionChecker - Class in nl.inl.blacklab.index
-
Describes a path in an XML document that can be evaluated while doing SAX
parsing, and keeps track of the current matching state(s).
- id() - Method in class nl.inl.blacklab.resultproperty.PropertyValueDoc
-
- id() - Method in interface nl.inl.blacklab.search.Doc
-
- id() - Method in class nl.inl.blacklab.search.DocImpl
-
- IDENTIFIER - Static variable in interface nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserConstants
-
RegularExpression Id.
- identity() - Static method in class nl.inl.blacklab.resultproperty.DocGroupProperty
-
- identity() - Static method in class nl.inl.blacklab.resultproperty.HitGroupProperty
-
- identity() - Method in class nl.inl.blacklab.search.results.DocResult
-
- identity() - Method in class nl.inl.blacklab.search.results.Group
-
- idSet() - Method in class nl.inl.blacklab.contentstore.ContentStore
-
Returns the set of doc ids in the store.
- idSet() - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
- idSet() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
- idSet() - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
- idSet() - Method in class nl.inl.blacklab.mocks.MockForwardIndex
-
- idToSortPosition(int, MatchSensitivity) - Method in class nl.inl.blacklab.forwardindex.Terms
-
Get the sort position for a term based on its term id
- idToSortPosition(int, MatchSensitivity) - Method in class nl.inl.blacklab.mocks.MockTerms
-
- ignoreSensitivity(String) - Static method in interface nl.inl.blacklab.resultproperty.ResultProperty
-
Strip sensitivity information.
- image - Variable in class nl.inl.blacklab.queryParser.contextql.Token
-
The string image of the token.
- image - Variable in class nl.inl.blacklab.queryParser.corpusql.Token
-
The string image of the token.
- implicitInstance() - Static method in class nl.inl.blacklab.search.BlackLab
-
Return the implicitly created instance of BlackLab.
- inBuf - Variable in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- inBuf - Variable in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- include - Variable in class nl.inl.blacklab.search.textpattern.TextPatternAndNot
-
- includeHit() - Method in class nl.inl.blacklab.search.results.ContextSize
-
Should the hit itself be included in the context or not?
By default it always is, but for some operations you only need
the left context.
- includeOffsets - Variable in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- includeOffsets() - Method in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
- increments - Variable in class nl.inl.blacklab.index.annotated.AnnotationWriter
-
Token position increments.
- incrementToken() - Method in class nl.inl.blacklab.analysis.BLDutchTokenFilter
-
- incrementToken() - Method in class nl.inl.blacklab.analysis.DesensitizeFilter
-
- incrementToken() - Method in class nl.inl.blacklab.analysis.RemoveAllAccentsFilter
-
- incrementToken() - Method in class nl.inl.blacklab.analysis.RemovePunctuationFilter
-
- index() - Method in class nl.inl.blacklab.index.DocIndexer
-
Index documents contained in a file.
- index() - Method in class nl.inl.blacklab.index.DocIndexerPlainTextBasic
-
- index() - Method in class nl.inl.blacklab.index.DocIndexerXmlHandlers
-
- index(String, InputStream) - Method in interface nl.inl.blacklab.index.Indexer
-
Index a document or archive from an InputStream.
- index(String, Reader) - Method in interface nl.inl.blacklab.index.Indexer
-
Index a document from a Reader.
- index(String, InputStream, String) - Method in interface nl.inl.blacklab.index.Indexer
-
- index(File) - Method in interface nl.inl.blacklab.index.Indexer
-
Index the file or directory specified.
- index(File, String) - Method in interface nl.inl.blacklab.index.Indexer
-
- index() - Method in class nl.inl.blacklab.indexers.config.DocIndexerChat
-
- index() - Method in class nl.inl.blacklab.indexers.config.DocIndexerConfig
-
- index() - Method in class nl.inl.blacklab.indexers.config.DocIndexerPlainText
-
- index() - Method in class nl.inl.blacklab.indexers.config.DocIndexerSaxon
-
- index() - Method in class nl.inl.blacklab.indexers.config.DocIndexerTabular
-
- index() - Method in class nl.inl.blacklab.indexers.config.DocIndexerXPath
-
- index() - Method in class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- index - Variable in class nl.inl.blacklab.resultproperty.HitPropertyContextBase
-
- index() - Method in interface nl.inl.blacklab.search.Doc
-
- index() - Method in class nl.inl.blacklab.search.DocImpl
-
- index() - Method in class nl.inl.blacklab.search.QueryExecutionContext
-
- index() - Method in class nl.inl.blacklab.search.results.QueryInfo
-
- index() - Method in interface nl.inl.blacklab.search.results.ResultGroups
-
Get index our results came from.
- index() - Method in class nl.inl.blacklab.search.results.Results
-
Get the index these hits are from.
- indexBlackLabBuildTime() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- indexBlackLabBuildTime() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
When was the BlackLab.jar used for indexing built?
- indexBlackLabBuildTime() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
When was the BlackLab.jar used for indexing built?
- indexBlackLabVersion() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- indexBlackLabVersion() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
When was the BlackLab.jar used for indexing built?
- indexBlackLabVersion() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
When was the BlackLab.jar used for indexing built?
- indexDirectory() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- indexDirectory() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Get the index directory.
- indexDirectory() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- indexDocument(NodeInfo) - Method in class nl.inl.blacklab.indexers.config.DocIndexerSaxon
-
Index document from the current node.
- indexDocument() - Method in class nl.inl.blacklab.indexers.config.DocIndexerXPath
-
Index document from the current node.
- indexEnd() - Method in class nl.inl.blacklab.index.IndexListener
-
The indexing process ended
- indexEnd() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- indexEnd() - Method in class nl.inl.blacklab.index.IndexListenerReportConsole
-
- indexEnd() - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- Indexer - Interface in nl.inl.blacklab.index
-
- indexerClosed() - Method in class nl.inl.blacklab.index.IndexListener
-
- indexerClosed() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- indexerClosed() - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- indexerCreated(Indexer) - Method in class nl.inl.blacklab.index.IndexListener
-
- indexerCreated(Indexer) - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- indexerCreated(Indexer) - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- indexerParameters() - Method in interface nl.inl.blacklab.index.DocWriter
-
Get the parameters we would like to be passed to the DocIndexer class.
- indexFormat() - Method in class nl.inl.blacklab.mocks.MockIndexMetadata
-
- indexFormat() - Method in interface nl.inl.blacklab.search.indexmetadata.IndexMetadata
-
What version of the index format is this?
- indexFormat() - Method in class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
What version of the index format is this?
- indexLinkedDocument(String, String, String, String, String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
Index a linked document.
- IndexListener - Class in nl.inl.blacklab.index
-
Used to report progress while indexing, so we can give feedback to the user.
- IndexListener() - Constructor for class nl.inl.blacklab.index.IndexListener
-
- IndexListenerDecorator - Class in nl.inl.blacklab.index
-
Decorate an IndexListener.
- IndexListenerDecorator(IndexListener) - Constructor for class nl.inl.blacklab.index.IndexListenerDecorator
-
- IndexListenerDevNull - Class in nl.inl.blacklab.index
-
Ignores all progress reports from the indexer.
- IndexListenerDevNull() - Constructor for class nl.inl.blacklab.index.IndexListenerDevNull
-
- IndexListenerReportConsole - Class in nl.inl.blacklab.index
-
Used to report progress while indexing, so we can give feedback to the user.
- IndexListenerReportConsole() - Constructor for class nl.inl.blacklab.index.IndexListenerReportConsole
-
- IndexListenerReportConsoleVerbose - Class in nl.inl.blacklab.index
-
Used to report progress while indexing, so we can give feedback to the user.
- IndexListenerReportConsoleVerbose() - Constructor for class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- indexLocation() - Method in interface nl.inl.blacklab.index.Indexer
-
Get our index directory
- indexMetadata() - Method in class nl.inl.blacklab.mocks.MockAnnotation
-
- indexMetadata - Variable in class nl.inl.blacklab.search.BlackLabIndexImpl
-
Structure of our index
- indexMetadata() - Method in interface nl.inl.blacklab.search.indexmetadata.Annotation
-
- IndexMetadata - Interface in nl.inl.blacklab.search.indexmetadata
-
Information about a BlackLab index, including its fields structure.
- IndexMetadataImpl - Class in nl.inl.blacklab.search.indexmetadata
-
Determines the structure of a BlackLab index.
- IndexMetadataImpl(IndexReader, File, boolean, ConfigInputFormat) - Constructor for class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
Construct an IndexMetadata object, querying the index for the available
fields and their types.
- IndexMetadataImpl(IndexReader, File, boolean, File) - Constructor for class nl.inl.blacklab.search.indexmetadata.IndexMetadataImpl
-
Construct an IndexMetadata object, querying the index for the available
fields and their types.
- indexMetadataWriter - Variable in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- IndexMetadataWriter - Interface in nl.inl.blacklab.search.indexmetadata
-
Used to write information about a BlackLab index, including its fields structure.
- indexMode() - Method in class nl.inl.blacklab.mocks.MockBlackLabIndex
-
- indexMode() - Method in interface nl.inl.blacklab.search.BlackLabIndex
-
Are we running in index mode?
- indexMode - Variable in class nl.inl.blacklab.search.BlackLabIndexImpl
-
If true, we want to add/delete documents.
- indexMode() - Method in class nl.inl.blacklab.search.BlackLabIndexImpl
-
- indexOf(String) - Method in class nl.inl.blacklab.forwardindex.Terms
-
Get the existing index number of a term, or add it to the term list and
assign it a new index number.
- indexOf(MutableIntSet, String, MatchSensitivity) - Method in class nl.inl.blacklab.forwardindex.Terms
-
Get the index number(s) of terms matching a string.
- indexOf(String) - Method in class nl.inl.blacklab.mocks.MockTerms
-
- indexOf(MutableIntSet, String, MatchSensitivity) - Method in class nl.inl.blacklab.mocks.MockTerms
-
- indexSpecificDocument(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
Index a specific document.
- indexSpecificDocument(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerChat
-
- indexSpecificDocument(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerConfig
-
- indexSpecificDocument(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerPlainText
-
- indexSpecificDocument(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerTabular
-
- indexSpecificDocument(String) - Method in class nl.inl.blacklab.indexers.config.DocIndexerXPath
-
- indexSpecificDocument(String) - Method in class nl.inl.blacklab.indexers.preprocess.DocIndexerConvertAndTag
-
- indexStart() - Method in class nl.inl.blacklab.index.IndexListener
-
The indexing process started
- indexStart() - Method in class nl.inl.blacklab.index.IndexListenerDecorator
-
- indexStart() - Method in class nl.inl.blacklab.index.IndexListenerReportConsoleVerbose
-
- IndexTool - Class in nl.inl.blacklab.tools
-
The indexer class and main program for the ANW corpus.
- IndexTool() - Constructor for class nl.inl.blacklab.tools.IndexTool
-
- IndexTooOld - Exception in nl.inl.blacklab.exceptions
-
- IndexTooOld(String) - Constructor for exception nl.inl.blacklab.exceptions.IndexTooOld
-
- indexWriter() - Method in interface nl.inl.blacklab.index.DocWriter
-
Get the general index writer object.
- indexWriter() - Method in interface nl.inl.blacklab.index.Indexer
-
The index we're writing to.
- inf(int) - Static method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
- init() - Method in interface nl.inl.blacklab.index.DocIndexerFactory
-
- init() - Method in class nl.inl.blacklab.index.DocIndexerFactoryClass
-
- init() - Method in class nl.inl.blacklab.index.DocIndexerFactoryConfig
-
- init() - Method in class nl.inl.blacklab.indexers.config.DocIndexerConfig
-
- init() - Method in class nl.inl.blacklab.indexers.DocIndexerTeiBase
-
- init(Map<String, String>) - Method in class nl.inl.blacklab.indexers.preprocess.ConvertPluginOpenConvert
-
- init(Map<String, String>) - Method in interface nl.inl.blacklab.indexers.preprocess.Plugin
-
Initializes the plugin, called once after the initial loading of the class.
- init(Map<String, String>) - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginDutchTagger
-
- init(Map<String, String>) - Method in class nl.inl.blacklab.indexers.preprocess.TagPluginNoop
-
- initializationExecutorService() - Method in class nl.inl.blacklab.search.BlackLabEngine
-
- initialize() - Method in class nl.inl.blacklab.contentstore.ContentStore
-
- initialize() - Method in class nl.inl.blacklab.contentstore.ContentStoreDirUtf8
-
- initialize() - Method in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
- initialize() - Method in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
- initialize() - Method in class nl.inl.blacklab.forwardindex.Terms
-
- initialized - Variable in class nl.inl.blacklab.contentstore.ContentStoreFixedBlock
-
- initialized - Variable in class nl.inl.blacklab.forwardindex.AnnotationForwardIndex
-
Has the tokens file been mapped?
- initPlugins(BLConfigPlugins) - Static method in class nl.inl.blacklab.index.PluginManager
-
Attempts to load and initialize all plugin classes on the classpath, passing
the values in the config to the matching plugin.
- inlineTag(String, boolean, Map<String, String>) - Method in class nl.inl.blacklab.indexers.config.DocIndexerBase
-
- InlineTagHandler() - Constructor for class nl.inl.blacklab.index.DocIndexerXmlHandlers.InlineTagHandler
-
- input_stream - Variable in class nl.inl.blacklab.queryParser.contextql.GeneratedContextualQueryLanguageParserTokenManager
-
- input_stream - Variable in class nl.inl.blacklab.queryParser.corpusql.GeneratedCorpusQueryLanguageParserTokenManager
-
- InputFormatReader - Class in nl.inl.blacklab.indexers.config
-
Reads ConfigInputFormat from a YAML or JSON source.
- InputFormatReader() - Constructor for class nl.inl.blacklab.indexers.config.InputFormatReader
-
- InputFormatReader.BaseFormatFinder - Interface in nl.inl.blacklab.indexers.config
-
- inputStream - Variable in class nl.inl.blacklab.queryParser.contextql.JavaCharStream
-
- inputStream - Variable in class nl.inl.blacklab.queryParser.corpusql.JavaCharStream
-
- insideElement() - Method in class nl.inl.blacklab.index.HookableSaxHandler.ElementHandler
-
- InsufficientMemoryAvailable - Exception in nl.inl.blacklab.exceptions
-
Not enough memory available to perform the requested operation.
- InsufficientMemoryAvailable(String) - Constructor for exception nl.inl.blacklab.exceptions.InsufficientMemoryAvailable
-
- integer(JsonNode, String) - Static method in class nl.inl.blacklab.indexers.config.YamlJsonReader
-
- integer(Map.Entry<String, JsonNode>) - Static method in class nl.inl.blacklab.indexers.config.YamlJsonReader
-
- internalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Internalize the given clause.
- internalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryCaptureGroup
-
- internalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryExpansion
-
- internalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQueryPositionFilter
-
- internalizeNeighbour(BLSpanQuery, boolean) - Method in class nl.inl.blacklab.search.lucene.SpanQuerySequence
-
Create a new sequence with a clause added to it.
- interrupt() - Method in class nl.inl.blacklab.search.results.SpansReader
-
- InterruptedSearch - Exception in nl.inl.blacklab.exceptions
-
Thrown in response to InterruptedException to indicate that a thread was interrupted.
- InterruptedSearch() - Constructor for exception nl.inl.blacklab.exceptions.InterruptedSearch
-
- InterruptedSearch(InterruptedException) - Constructor for exception nl.inl.blacklab.exceptions.InterruptedSearch
-
- InterruptedSearch(String) - Constructor for exception nl.inl.blacklab.exceptions.InterruptedSearch
-
- InterruptedSearch(String, InterruptedException) - Constructor for exception nl.inl.blacklab.exceptions.InterruptedSearch
-
- intSum(ResultProperty<DocResult>) - Method in class nl.inl.blacklab.search.results.DocResults
-
Sum a property for all the documents.
- intValue() - Method in enum nl.inl.blacklab.requestlogging.LogLevel
-
- INVALID_LEXICAL_STATE - Static variable in error nl.inl.blacklab.queryParser.contextql.TokenMgrError
-
Tried to change to an invalid lexical state.
- INVALID_LEXICAL_STATE - Static variable in error nl.inl.blacklab.queryParser.corpusql.TokenMgrError
-
Tried to change to an invalid lexical state.
- InvalidConfiguration - Exception in nl.inl.blacklab.exceptions
-
Thrown when a configuration file is invalid.
- InvalidConfiguration(String) - Constructor for exception nl.inl.blacklab.exceptions.InvalidConfiguration
-
- InvalidConfiguration(String, Throwable) - Constructor for exception nl.inl.blacklab.exceptions.InvalidConfiguration
-
- InvalidConfiguration(Throwable) - Constructor for exception nl.inl.blacklab.exceptions.InvalidConfiguration
-
- InvalidInputFormatConfig - Exception in nl.inl.blacklab.exceptions
-
Thrown when there's an error in the input format configuration.
- InvalidInputFormatConfig(String) - Constructor for exception nl.inl.blacklab.exceptions.InvalidInputFormatConfig
-
- InvalidInputFormatConfig(String, Throwable) - Constructor for exception nl.inl.blacklab.exceptions.InvalidInputFormatConfig
-
- InvalidInputFormatConfig(Throwable) - Constructor for exception nl.inl.blacklab.exceptions.InvalidInputFormatConfig
-
- InvalidQuery - Exception in nl.inl.blacklab.exceptions
-
There was something wrong with the query.
- InvalidQuery(String) - Constructor for exception nl.inl.blacklab.exceptions.InvalidQuery
-
- InvalidQuery(String, Throwable) - Constructor for exception nl.inl.blacklab.exceptions.InvalidQuery
-
- invert() - Method in class nl.inl.blacklab.search.fimatch.Nfa
-
- inverted() - Method in class nl.inl.blacklab.search.lucene.BLSpanQuery
-
Return an inverted version of this query.
- inverted() - Method in class nl.inl.blacklab.search.lucene.SpanQueryAndNot
-
- inverted() - Met