IndexFactory
The IndexFactory opens and/or creates an index.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
IndexFactory.type
Members list
Value members
Concrete methods
Creates a new index. Returns an exception if such a folder already exists.
Creates a new index. Returns an exception if such a folder already exists.
Value parameters
- indexBase
-
The base folder for the index.
- indexName
-
The name of the index.
- similarityConfig
-
Optional. A SimilarityConfiguration.
Attributes
- Returns
-
Returns a configurated Indexer object.
Opens an existing index.
Opens an existing index.
Value parameters
- indexBase
-
The base folder for the index.
- indexName
-
The name of the index.
- similarityConfig
-
Optional. A SimilarityConfiguration.
Attributes
- Returns
-
Returns a configurated Indexer object.
Creates a Finder.
Creates a Finder.
Value parameters
- adrCheckHitWords
-
Optional. List with hit words for the address search.
- adrCheckStopWords
-
Optional. List with stop words for the address search.
- indexBase
-
The base folder for the index.
- indexName
-
The name of the index.
- similarityConfig
-
Optional. A SimilarityConfiguration.
Attributes
- Returns
-
Returns a configurated Finder object.
Opens an existing index, or creates the index if it does not already exist.
Opens an existing index, or creates the index if it does not already exist.
Value parameters
- indexBase
-
The base folder for the index.
- indexName
-
The name of the index.
- similarityConfig
-
Optional. A SimilarityConfiguration.
Attributes
- Returns
-
Returns a configurated Indexer object.