Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C G I O P Q R S U

A

addSearchable(Object) - Method in class com.RuntimeCollective.search.SearchIndex
Add an object to the index of objects to search on, if it implements the Searchable interface.
addSearchable(Searchable) - Method in class com.RuntimeCollective.search.SearchIndex
Add a Searchable object to the index of objects to search on.
analyzer - Variable in class com.RuntimeCollective.search.SearchIndex
 

C

com.RuntimeCollective.search - package com.RuntimeCollective.search
 

G

getIndexReader() - Method in class com.RuntimeCollective.search.SearchIndex
Returns an IndexReader for internal use.
getIndexSearcher() - Method in class com.RuntimeCollective.search.SearchIndex
Returns an IndexSearcher for internal use.
getIndexWriter() - Method in class com.RuntimeCollective.search.SearchIndex
Returns an IndexWriter for internal use.

I

indexPath - Variable in class com.RuntimeCollective.search.SearchIndex
 

O

optimize() - Method in class com.RuntimeCollective.search.SearchIndex
Optimize the search index.

P

performSearch(Search) - Method in class com.RuntimeCollective.search.SearchIndex
Do the search, using the given Search's criteria.
performSearch(Search, int) - Method in class com.RuntimeCollective.search.SearchIndex
Do the search, using the given Search's criteria.
populate() - Method in class com.RuntimeCollective.search.SearchIndex
Populate the index from scratch.

Q

queryParser - Variable in class com.RuntimeCollective.search.SearchIndex
 

R

removeSearchable(Object) - Method in class com.RuntimeCollective.search.SearchIndex
Remove an object from the index of objects to search on, if it implements the Searchable interface.
removeSearchable(Searchable) - Method in class com.RuntimeCollective.search.SearchIndex
Remove a Searchable object from the index of objects to search on.
run() - Method in class com.RuntimeCollective.search.UpdateIndex
 

S

SearchException - exception com.RuntimeCollective.search.SearchException.
The subclass of Exception which should be thrown by classes in the Search module when they meet some kind of problem.
SearchException(String) - Constructor for class com.RuntimeCollective.search.SearchException
 
SearchIndex - class com.RuntimeCollective.search.SearchIndex.
Use the SearchIndex to add/remove Searchables from the search index (addSearchable, removeSearchable).
SearchIndex(String, Analyzer, boolean) - Constructor for class com.RuntimeCollective.search.SearchIndex
Construct a new SearchIndex; creates an IndexWriter and IndexSearcher.
searchIndexLock - Variable in class com.RuntimeCollective.search.SearchIndex
Lock used for writing and deleting in the search index

U

UpdateIndex - class com.RuntimeCollective.search.UpdateIndex.
Indexes content that goes live today, and unindex content that goes dead today
UpdateIndex() - Constructor for class com.RuntimeCollective.search.UpdateIndex
 

A C G I O P Q R S U