|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchCollection | |
---|---|
railo.runtime.search | |
railo.runtime.search.lucene2 |
Uses of SearchCollection in railo.runtime.search |
---|
Subinterfaces of SearchCollection in railo.runtime.search | |
---|---|
interface |
SearchCollectionPlus
|
Classes in railo.runtime.search that implement SearchCollection | |
---|---|
class |
SearchCollectionSupport
represent a single Collection |
class |
SearchCollectionSupport2
represent a single Collection |
Methods in railo.runtime.search that return SearchCollection | |
---|---|
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 |
Uses of SearchCollection in railo.runtime.search.lucene2 |
---|
Classes in railo.runtime.search.lucene2 that implement SearchCollection | |
---|---|
class |
LuceneSearchCollection
|
Methods in railo.runtime.search.lucene2 that return SearchCollection | |
---|---|
SearchCollection |
LuceneSearchEngine._createCollection(String name,
Resource path,
String language)
|
SearchCollection |
LuceneSearchEngine._readCollection(String name,
Resource path,
String language,
DateTime lastUpdate,
DateTime created)
|
Methods in railo.runtime.search.lucene2 with parameters of type SearchCollection | |
---|---|
void |
LuceneSearchEngine._removeCollection(SearchCollection collection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |