A B C E G H K M N P S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String, T) - Method in class cool.solr.search.solr.util.NamedListBuilder
-
Adds the given name-value pair to the end of the named list constructed by this builder.
- analyze(Analyzer, String) - Static method in class cool.solr.search.solr.util.analyzing.Analyzers
-
Runs an input string through the given analyzer.
- analyze(Analyzer, String, String) - Static method in class cool.solr.search.solr.util.analyzing.Analyzers
-
Runs an input string through the given analyzer.
- Analyzers - Class in cool.solr.search.solr.util.analyzing
-
Analyzer utilities.
- analyzeTokens(Analyzer, String) - Static method in class cool.solr.search.solr.util.analyzing.Analyzers
-
Runs an input string through the given analyzer and returns most available attributes extracted.
B
- build() - Method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
Create a response builder.
- build() - Method in class cool.solr.search.solr.util.NamedListBuilder
-
Returns the named list constructed by this builder.
C
- close() - Method in class cool.solr.search.component.solr.query.SearcherAwareLocalSolrQueryRequest
- close() - Method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
- closeQuietly(Closeable) - Static method in class cool.solr.search.solr.util.analyzing.TokenStreams
-
Unconditionally close a
Closeable. - computeUnscoredSolrParams(SolrParams) - Static method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
This takes the original incoming solr params and removes all scoring, boosting, grouping, collapsing and expanding params.
- computeUnscoredSolrQueryParams(SolrParams) - Static method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
This takes the original incoming solr params and creates new solr query params that contain query and filter query params only.
- contains(Position) - Method in class cool.solr.search.solr.util.analyzing.Position
- ConvenientNamedList - Class in cool.solr.search.solr.util
-
Provides more convenient read-only access to the elements of a
NamedList. - ConvenientNamedList(NamedList) - Constructor for class cool.solr.search.solr.util.ConvenientNamedList
-
Creates a new read-only wrapper for the given named list.
- cool.solr.search.component.solr.query - package cool.solr.search.component.solr.query
- cool.solr.search.component.solr.util - package cool.solr.search.component.solr.util
- cool.solr.search.solr.util - package cool.solr.search.solr.util
- cool.solr.search.solr.util.analyzing - package cool.solr.search.solr.util.analyzing
E
- endQuietly(TokenStream) - Static method in class cool.solr.search.solr.util.analyzing.TokenStreams
-
End streams quietly.
- equals(Object) - Method in class cool.solr.search.solr.util.analyzing.Position
- equals(Object) - Method in class cool.solr.search.solr.util.analyzing.Token
- execute(ResponseBuilder) - Static method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
Execute request by calling the search components directly.
- extractFacetComponent(List<SearchComponent>) - Static method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
Returns the facetComponent in components and null if no FacetComponent is present
- extractQueryComponent(List<SearchComponent>) - Static method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
Returns the queryComponent in components and null if no QueryComponent is present
G
- get(NamedList<?>, Class<T>, int) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the element at the specified index from the given list.
- get(NamedList<?>, Class<T>, String) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the element of the specified name from the given list.
- get(NamedList<?>, Class<T>, String...) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets a nested element from the given list.
- getCollection(String) - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the collection of the given name.
- getCollection(NamedList<?>, String) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the
Collectionof the specified name from the given list. - getCollection(NamedList<?>, String...) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets a collection from the given list.
- getEnd() - Method in class cool.solr.search.solr.util.analyzing.Position
- getList(String) - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the list of the given name.
- getList(NamedList<?>, String) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the
Listof the specified name from the given list. - getList(NamedList<?>, String...) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets a list from the given list.
- getName() - Method in class cool.solr.search.solr.util.analyzing.Token
- getNamedList() - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the underlying
NamedList. - getNested(int) - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the nested
NamedListat the given index, or returns an emptyConvenientNamedListif the given index is invalid in the underlying list. - getNested(String) - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the nested
NamedListof the given name. - getNested(String...) - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the nested
NamedListat the given path. - getPosition() - Method in class cool.solr.search.solr.util.analyzing.Token
- getSearcher() - Method in class cool.solr.search.component.solr.query.SearcherAwareLocalSolrQueryRequest
- getSet(String) - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the set of the given name.
- getSet(NamedList<?>, String) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the
Setof the specified name from the given list. - getSet(NamedList<?>, String...) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets a set from the given list.
- getStart() - Method in class cool.solr.search.solr.util.analyzing.Position
- getString(String) - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the string of the given name.
- getString(NamedList<?>, String) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the string value of the specified name from the given list.
- getString(NamedList<?>, String...) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets a string value from the given list.
- getTokenCount() - Method in class cool.solr.search.solr.util.analyzing.Token
- getType() - Method in class cool.solr.search.solr.util.analyzing.Token
- getWordPosition() - Method in class cool.solr.search.solr.util.analyzing.Position
H
- hashCode() - Method in class cool.solr.search.solr.util.analyzing.Position
- hashCode() - Method in class cool.solr.search.solr.util.analyzing.Token
K
- keys(NamedList<?>) - Static method in class cool.solr.search.solr.util.NamedLists
-
Returns the set of keys in the given named list.
M
- matches(Position) - Method in class cool.solr.search.solr.util.analyzing.Position
- modifiable(SolrParams) - Static method in class cool.solr.search.solr.util.SolrParamsUtil
-
Returns a modifiable version of the given parameters.
N
- namedListBuilder() - Static method in class cool.solr.search.solr.util.NamedListBuilder
- NamedListBuilder<T> - Class in cool.solr.search.solr.util
-
Builder for instances of
NamedList. - NamedListBuilder() - Constructor for class cool.solr.search.solr.util.NamedListBuilder
-
Creates a new Builder instance.
- NamedListEntryClassCastException - Exception in cool.solr.search.solr.util
-
Thrown if an entry in a
NamedListcannot be cast to the expected type. - NamedLists - Class in cool.solr.search.solr.util
-
Utility class for working with
NamedList. - navigate(NamedList<?>, int) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the nested
NamedListstored at the given index. - navigate(NamedList<?>, String) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the nested
NamedListstored under the given name. - navigate(NamedList<?>, String...) - Static method in class cool.solr.search.solr.util.NamedLists
-
Gets the nested
NamedListstored under the given path.
P
- Position - Class in cool.solr.search.solr.util.analyzing
-
Pojo to store advanced information of a entity.
- Position(Integer, Integer, Integer) - Constructor for class cool.solr.search.solr.util.analyzing.Position
S
- SearcherAwareLocalSolrQueryRequest - Class in cool.solr.search.component.solr.query
-
This request can be used inside a solr component to fire internal subrequest.
- SearcherAwareLocalSolrQueryRequest(SolrIndexSearcher, SolrParams) - Constructor for class cool.solr.search.component.solr.query.SearcherAwareLocalSolrQueryRequest
- SearcherAwareLocalSolrQueryRequest(SolrIndexSearcher, NamedList<?>) - Constructor for class cool.solr.search.component.solr.query.SearcherAwareLocalSolrQueryRequest
- size() - Method in class cool.solr.search.solr.util.ConvenientNamedList
-
Returns the size of the underlying named list.
- SolrLocalResponseBuilder - Class in cool.solr.search.component.solr.util
-
Builder for a Solr response using a local Solr request.
- SolrLocalResponseBuilder(ResponseBuilder) - Constructor for class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
Create local request builder from originating request.
- SolrParamsUtil - Class in cool.solr.search.solr.util
-
Convenience methods for working with
SolrParams.
T
- Token - Class in cool.solr.search.solr.util.analyzing
-
Representation of a token in the analyzing phase with additional information.
- Token(String, Position, Integer) - Constructor for class cool.solr.search.solr.util.analyzing.Token
- Token(String, String, Position, Integer) - Constructor for class cool.solr.search.solr.util.analyzing.Token
- TokenStreams - Class in cool.solr.search.solr.util.analyzing
-
This class is superseeded by the open source version in solr-analyzers.
- TokenStreams() - Constructor for class cool.solr.search.solr.util.analyzing.TokenStreams
- toString() - Method in class cool.solr.search.solr.util.analyzing.Position
- toString() - Method in class cool.solr.search.solr.util.analyzing.Token
- toString() - Method in class cool.solr.search.solr.util.ConvenientNamedList
U
- useFacetComponent() - Method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
Use facet component too.
- useParams(SolrParams) - Method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
Use the given parameters for the request.
- useUnscoredSolrParams() - Method in class cool.solr.search.component.solr.util.SolrLocalResponseBuilder
-
This takes the original incoming solr params and removes all scoring, boosting, grouping, collapsing and expanding params.
All Classes All Packages