Package | Description |
---|---|
lucee.runtime.search | |
lucee.runtime.search.lucene2 |
Modifier and Type | Interface and Description |
---|---|
interface |
SearchCollectionPlus |
Modifier and Type | Class and Description |
---|---|
class |
SearchCollectionSupport
represent a single Collection
|
class |
SearchCollectionSupport2
represent a single Collection
|
Modifier and Type | Method and Description |
---|---|
SearchCollection |
SearchEngineSupport.createCollection(String name,
Resource path,
String language,
boolean allowOverwrite) |
SearchCollection |
SearchEngine.createCollection(String name,
Resource path,
String language,
boolean allowOverwrite)
Creates a new Collection and Store it (creating always a spellindex)
|
SearchCollection |
SearchEngineSupport.getCollectionByName(String name) |
SearchCollection |
SearchEngine.getCollectionByName(String name)
returns a collection by name
|
Modifier and Type | Class and Description |
---|---|
class |
LuceneSearchCollection |
Modifier and Type | Method and Description |
---|---|
SearchCollection |
LuceneSearchEngine._createCollection(String name,
Resource path,
String language) |
SearchCollection |
LuceneSearchEngine._readCollection(String name,
Resource path,
String language,
DateTime lastUpdate,
DateTime created) |
Modifier and Type | Method and Description |
---|---|
void |
LuceneSearchEngine._removeCollection(SearchCollection collection) |
Copyright © 2015 Lucee