Package com.basis.api.admin
Interface BBjAdminLuceneDocumentIndex
- All Superinterfaces:
BBjAdminCommitPropertyWriter
,BBjAdminCommitWriter
,BBjAdminDocumentIndex
,BBjAdminPropertyReader
,BBjAdminPropertyWriter
,Remote
A single document index available to BBj Services. This type specifically represents
a Lucene index located on the local file system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from interface com.basis.api.admin.BBjAdminDocumentIndex
DOCUMENT_LOCATIONS, ELASTICSEARCH_TYPE, EXCLUDE_FILTERS, INCLUDE_FILTERS, LUCENE_TYPE, NAME, SCAN_FREQUENCY
-
Method Summary
Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalProperties
Methods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollback
Methods inherited from interface com.basis.api.admin.BBjAdminDocumentIndex
addDocument, createDocumentLocation, getDescriptiveProperties, isPaused, search, searchWithPreview, setDescriptiveProperties, setPaused
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
INDEX_LOCATION
- See Also:
-
RAM_BUFFER_SIZE
- See Also:
-
ALLOW_LEADING_WILDCARD
- See Also:
-
STOPWORDS_LANG
- See Also:
-
ANALYZER_CLASS
- See Also:
-