A B C D E F G H I L M N O P Q R S T U V W

I

includesMax() - Method in class org.weborganic.flint.query.NumericRange
Indicates whether the upper limit is inclusive.
includesMin() - Method in class org.weborganic.flint.query.NumericRange
Indicates whether the lower limit is inclusive.
Index - Interface in org.weborganic.flint.api
An interface to represents a unique index repository.
index(Field.Index) - Method in class org.weborganic.flint.index.FieldBuilder
Set the field index for the field to build.
index(String) - Method in class org.weborganic.flint.index.FieldBuilder
Set the field index for the field to build.
index() - Method in class org.weborganic.flint.index.FieldBuilder
Returns the field index for the field to build.
index(ContentId, Index, IndexConfig, Requester, IndexJob.Priority, Map<String, String>) - Method in class org.weborganic.flint.IndexManager
Add a new update job to the indexing queue.
IndexConfig - Class in org.weborganic.flint
Provides the details needed to build the data to index from the original content.
IndexConfig() - Constructor for class org.weborganic.flint.IndexConfig
 
IndexException - Exception in org.weborganic.flint
An exception dedicated to indexing problems.
IndexException(String, Exception) - Constructor for exception org.weborganic.flint.IndexException
Creates a new IndexException.
indexID() - Method in class org.weborganic.flint.IndexIO
Returns the ID of the index used for this class.
IndexIO - Class in org.weborganic.flint
Provides a set of utility methods to deal with IO operations on an Index.
IndexJob - Class in org.weborganic.flint
A job to run by the IndexManager.
IndexJob.Priority - Enum in org.weborganic.flint
A list of priorities for IndexJobs.
IndexJobQueue - Class in org.weborganic.flint
The queue containing index jobs.
IndexJobQueue(long) - Constructor for class org.weborganic.flint.IndexJobQueue
Simple Constructor.
IndexListener - Interface in org.weborganic.flint.api
A listener to report on indexing events.
IndexManager - Class in org.weborganic.flint
Main class from Flint, applications should create one instance of this class.
IndexManager(ContentFetcher) - Constructor for class org.weborganic.flint.IndexManager
Simple constructor which will use a SilentListener.
IndexManager(ContentFetcher, IndexListener) - Constructor for class org.weborganic.flint.IndexManager
Simple Constructor.
IndexParser - Class in org.weborganic.flint.index
This handler makes a Lucene 2 Document out of a properly formatted XML document.
IndexParserFactory - Class in org.weborganic.flint.index
This class is a factory for Index Parser, allows for reusable parser to be produced.
IndexParserFactory() - Constructor for class org.weborganic.flint.index.IndexParserFactory
 
isClearJob() - Method in class org.weborganic.flint.IndexJob
Indicates whether this job is to clear the index.
isDeleted() - Method in interface org.weborganic.flint.api.Content
Return true if the content should be deleted from the index.
isDeleted() - Method in class org.weborganic.flint.local.LocalFileContent
 
isEmpty() - Method in class org.weborganic.flint.IndexJobQueue
Indicates whether the queue is currently empty.
isEmpty() - Method in class org.weborganic.flint.query.AnyTermParameter
Indicates whether the search query is empty.
isEmpty() - Method in class org.weborganic.flint.query.BasicQuery
This query is empty if the base query is empty.
isEmpty() - Method in class org.weborganic.flint.query.DateParameter
Returns true if this search query does not contain any parameter.
isEmpty() - Method in class org.weborganic.flint.query.FacetParameter
Indicates whether there is a query associated with the facet.
isEmpty() - Method in interface org.weborganic.flint.query.FlintQuery
Indicates whether the search query is empty.
isEmpty() - Method in class org.weborganic.flint.query.GenericSearchQuery
Deprecated. Indicates whether this query is without parameters.
isEmpty() - Method in class org.weborganic.flint.query.NumericRange
Returns true if this search query does not contain any parameter.
isEmpty() - Method in class org.weborganic.flint.query.Predicate
A question is empty if either the predicate or the fields are empty.
isEmpty() - Method in class org.weborganic.flint.query.PredicateSearchQuery
Returns true if the predicate has not been set.
isEmpty() - Method in class org.weborganic.flint.query.PrefixParameter
Indicates whether the search query is empty.
isEmpty() - Method in class org.weborganic.flint.query.Question
A question is empty if either the question or the fields are empty.
isEmpty() - Method in interface org.weborganic.flint.query.SearchParameter
Indicates whether the search query is empty.
isEmpty() - Method in interface org.weborganic.flint.query.SearchQuery
Indicates whether the search query is empty.
isEmpty() - Method in class org.weborganic.flint.query.SearchResults
Indicates whether the search results are empty.
isEmpty() - Method in class org.weborganic.flint.query.SuggestionQuery
Indicates whether the search query is empty.
isEmpty() - Method in class org.weborganic.flint.query.TermParameter
Indicates whether the search query is empty.
isEmpty() - Method in class org.weborganic.flint.util.Bucket
Indicates whether this bucket contains any item.
isFinished() - Method in class org.weborganic.flint.IndexJob
Indicates whether the job is finished.
isForIndex(Index) - Method in class org.weborganic.flint.IndexJob
Return true if this job is running on the provided index.
isForRequester(Requester) - Method in class org.weborganic.flint.IndexJob
Return true if this job was launched by the Requester provided.
isFull() - Method in class org.weborganic.flint.util.Bucket
Indicates whether this bucket has reached its capacity.
isLuceneDate(String) - Static method in class org.weborganic.flint.util.Dates
Indicates whether the specified value may be a date value in Lucene.
isReady() - Method in class org.weborganic.flint.index.FieldBuilder
Indicates whether all required attributes have been set.
isValidName(String) - Static method in class org.weborganic.flint.util.Fields
Indicates whether the given field name is valid.
item() - Method in class org.weborganic.flint.util.Bucket.Entry
 
items() - Method in class org.weborganic.flint.util.Bucket
Returns the list of items.
iterator() - Method in class org.weborganic.flint.util.Bucket
Returns an iterator over the items in the bucket.

A B C D E F G H I L M N O P Q R S T U V W