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

N

name() - Method in class org.weborganic.flint.content.NamedContentType
The name of this content type.
name(String) - Method in class org.weborganic.flint.index.FieldBuilder
The name of the field to build.
name() - Method in class org.weborganic.flint.index.FieldBuilder
Returns the name of the field to build.
name() - Method in interface org.weborganic.flint.search.Facet
Returns the name of this facet.
name() - Method in class org.weborganic.flint.search.FieldFacet
Returns the name of the field.
NamedContentType - Class in org.weborganic.flint.content
A basic immutable implementation of a content type with a name.
NamedContentType(String) - Constructor for class org.weborganic.flint.content.NamedContentType
Creates a new content type with the given name interning the string automatically.
NamedContentType(String, boolean) - Constructor for class org.weborganic.flint.content.NamedContentType
Creates a new content type with the given name.
newBasicQuery(X) - Static method in class org.weborganic.flint.query.BasicQuery
Builds a basic query using only the specified base query.
newBasicQuery(X, List<SearchParameter>) - Static method in class org.weborganic.flint.query.BasicQuery
Builds a basic query using only the specified base query.
newClearJob(Index, IndexJob.Priority, Requester) - Static method in class org.weborganic.flint.IndexJob
Creates a new job to clear the index.
newDoubleRange(String, Double, Double, boolean, boolean) - Static method in class org.weborganic.flint.query.NumericRange
Factory that creates a NumericRangeParameter, that queries a double range using the default precisionStep.
newFacet(String, IndexReader) - Static method in class org.weborganic.flint.search.FieldFacet
Creates a new facet for the specified field.
newFloatRange(String, Float, Float, boolean, boolean) - Static method in class org.weborganic.flint.query.NumericRange
Factory that creates a NumericRangeParameter, that queries a float range using the default precisionStep.
newInstance(Index) - Static method in class org.weborganic.flint.IndexIO
Generate the appropriate IndexIO implementation to use based on the underlying Directory used.
newIntRange(String, Integer, Integer, boolean, boolean) - Static method in class org.weborganic.flint.query.NumericRange
Factory that creates a NumericRangeParameter, that queries a int range using the default precisionStep.
newJob(ContentId, IndexConfig, Index, IndexJob.Priority, Requester, Map<String, String>) - Static method in class org.weborganic.flint.IndexJob
Used to build a new job.
newLongRange(String, Long, Long, boolean, boolean) - Static method in class org.weborganic.flint.query.NumericRange
Factory that creates a NumericRangeParameter, that queries a long range using the default precisionStep.
newPredicate(String, String, Analyzer) - Static method in class org.weborganic.flint.query.Predicate
A factory method to create a new predicate and compute it using the Lucene MultiFieldQueryParser.
newPredicate(List<String>, String, Analyzer) - Static method in class org.weborganic.flint.query.Predicate
A factory method to create a new predicate and compute it using the Lucene MultiFieldQueryParser.
newPredicate(Map<String, Float>, String, Analyzer) - Static method in class org.weborganic.flint.query.Predicate
A factory method to create a new question and compute it using the Lucene MultiFieldQueryParser.
newPredicate(List<String>, String) - Static method in class org.weborganic.flint.query.Predicate
A factory method to create a new question and compute it using the Lucene MultiFieldQueryParser and the StandardAnalyzer.
newPredicate(Map<String, Float>, String) - Static method in class org.weborganic.flint.query.Predicate
A factory method to create a new question and compute it using the Lucene MultiFieldQueryParser and the StandardAnalyzer.
newQuestion(String, String, Analyzer) - Static method in class org.weborganic.flint.query.Question
A factory method to create a new question and compute it using a simple tokenizer.
newQuestion(List<String>, String, Analyzer) - Static method in class org.weborganic.flint.query.Question
A factory method to create a new question and compute it using a simple tokenizer.
newQuestion(Map<String, Float>, String, Analyzer) - Static method in class org.weborganic.flint.query.Question
A factory method to create a new question and compute it using a simple tokenizer.
newQuestion(String, String) - Static method in class org.weborganic.flint.query.Question
A factory method to create a new question and compute it using the basic syntax.
newQuestion(List<String>, String) - Static method in class org.weborganic.flint.query.Question
A factory method to create a new question and compute it using the basic syntax.
newQuestion(Map<String, Float>, String) - Static method in class org.weborganic.flint.query.Question
A factory method to create a new question and compute it using the basic syntax.
nextJob() - Method in class org.weborganic.flint.IndexJobQueue
Poll the next job in the queue (null if the queue is currently empty).
NoOpListener - Class in org.weborganic.flint.log
A listener implementation that does nothing.
numeric(String) - Method in class org.weborganic.flint.index.FieldBuilder
Sets the number type for a numeric type, set to null for a string.
NumericRange<T extends Number> - Class in org.weborganic.flint.query
Create a range parameter using numeric values.

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