Skip navigation links
A B C E G H K M N P S T U 

A

add(String, T) - Method in class com.s24.search.solr.util.NamedListBuilder
Adds the given name-value pair to the end of the named list constructed by this builder.
analyze(Analyzer, String, String) - Static method in class com.s24.search.solr.util.analyzing.Analyzers
Runs an input string through the given analyzer.
analyze(Analyzer, String) - Static method in class com.s24.search.solr.util.analyzing.Analyzers
Runs an input string through the given analyzer.
Analyzers - Class in com.s24.search.solr.util.analyzing
Analyzer utilities.
analyzeTokens(Analyzer, String) - Static method in class com.s24.search.solr.util.analyzing.Analyzers
Runs an input string through the given analyzer and returns most available attributes extracted.

B

build() - Method in class com.s24.search.component.solr.util.SolrLocalResponseBuilder
Create a response builder.
build() - Method in class com.s24.search.solr.util.NamedListBuilder
Returns the named list constructed by this builder.

C

close() - Method in class com.s24.search.component.solr.query.SearcherAwareLocalSolrQueryRequest
 
close() - Method in class com.s24.search.component.solr.util.SolrLocalResponseBuilder
 
closeQuietly(Closeable) - Static method in class com.s24.search.solr.util.analyzing.TokenStreams
Unconditionally close a Closeable.
com.s24.search.component.solr.query - package com.s24.search.component.solr.query
 
com.s24.search.component.solr.util - package com.s24.search.component.solr.util
 
com.s24.search.solr.util - package com.s24.search.solr.util
 
com.s24.search.solr.util.analyzing - package com.s24.search.solr.util.analyzing
 
computeUnscoredSolrParams(SolrParams) - Static method in class com.s24.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 com.s24.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 com.s24.search.solr.util.analyzing.Position
 
ConvenientNamedList - Class in com.s24.search.solr.util
Provides more convenient read-only access to the elements of a NamedList.
ConvenientNamedList(NamedList) - Constructor for class com.s24.search.solr.util.ConvenientNamedList
Creates a new read-only wrapper for the given named list.

E

endQuietly(TokenStream) - Static method in class com.s24.search.solr.util.analyzing.TokenStreams
End streams quietly.
equals(Object) - Method in class com.s24.search.solr.util.analyzing.Position
 
equals(Object) - Method in class com.s24.search.solr.util.analyzing.Token
 
execute(ResponseBuilder) - Static method in class com.s24.search.component.solr.util.SolrLocalResponseBuilder
Execute request by calling the search components directly.
extractFacetComponent(List<SearchComponent>) - Static method in class com.s24.search.component.solr.util.SolrLocalResponseBuilder
Returns the facetComponent in components and null if no FacetComponent is present
extractQueryComponent(List<SearchComponent>) - Static method in class com.s24.search.component.solr.util.SolrLocalResponseBuilder
Returns the queryComponent in components and null if no QueryComponent is present

G

get(NamedList<?>, Class<T>, String) - Static method in class com.s24.search.solr.util.NamedLists
Gets the element of the specified name from the given list.
get(NamedList<?>, Class<T>, String...) - Static method in class com.s24.search.solr.util.NamedLists
Gets a nested element from the given list.
get(NamedList<?>, Class<T>, int) - Static method in class com.s24.search.solr.util.NamedLists
Gets the element at the specified index from the given list.
getCollection(String) - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the collection of the given name.
getCollection(NamedList<?>, String) - Static method in class com.s24.search.solr.util.NamedLists
Gets the Collection of the specified name from the given list.
getCollection(NamedList<?>, String...) - Static method in class com.s24.search.solr.util.NamedLists
Gets a collection from the given list.
getEnd() - Method in class com.s24.search.solr.util.analyzing.Position
 
getList(String) - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the list of the given name.
getList(NamedList<?>, String) - Static method in class com.s24.search.solr.util.NamedLists
Gets the List of the specified name from the given list.
getList(NamedList<?>, String...) - Static method in class com.s24.search.solr.util.NamedLists
Gets a list from the given list.
getName() - Method in class com.s24.search.solr.util.analyzing.Token
 
getNamedList() - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the underlying NamedList.
getNested(String) - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the nested NamedList of the given name.
getNested(String...) - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the nested NamedList at the given path.
getNested(int) - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the nested NamedList at the given index, or returns an empty ConvenientNamedList if the given index is invalid in the underlying list.
getPosition() - Method in class com.s24.search.solr.util.analyzing.Token
 
getSearcher() - Method in class com.s24.search.component.solr.query.SearcherAwareLocalSolrQueryRequest
getSet(String) - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the set of the given name.
getSet(NamedList<?>, String) - Static method in class com.s24.search.solr.util.NamedLists
Gets the Set of the specified name from the given list.
getSet(NamedList<?>, String...) - Static method in class com.s24.search.solr.util.NamedLists
Gets a set from the given list.
getStart() - Method in class com.s24.search.solr.util.analyzing.Position
 
getString(String) - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the string of the given name.
getString(NamedList<?>, String) - Static method in class com.s24.search.solr.util.NamedLists
Gets the string value of the specified name from the given list.
getString(NamedList<?>, String...) - Static method in class com.s24.search.solr.util.NamedLists
Gets a string value from the given list.
getTokenCount() - Method in class com.s24.search.solr.util.analyzing.Token
 
getType() - Method in class com.s24.search.solr.util.analyzing.Token
 
getWordPosition() - Method in class com.s24.search.solr.util.analyzing.Position
 

H

hashCode() - Method in class com.s24.search.solr.util.analyzing.Position
 
hashCode() - Method in class com.s24.search.solr.util.analyzing.Token
 

K

keys(NamedList<?>) - Static method in class com.s24.search.solr.util.NamedLists
Returns the set of keys in the given named list.

M

matches(Position) - Method in class com.s24.search.solr.util.analyzing.Position
 
modifiable(SolrParams) - Static method in class com.s24.search.solr.util.SolrParamsUtil
Returns a modifiable version of the given parameters.
MULTIWORD_TOKEN - Static variable in class com.s24.search.solr.util.analyzing.Token
 

N

NamedListBuilder<T> - Class in com.s24.search.solr.util
Builder for instances of NamedList.
NamedListBuilder() - Constructor for class com.s24.search.solr.util.NamedListBuilder
Creates a new Builder instance.
NamedListEntryClassCastException - Exception in com.s24.search.solr.util
Thrown if an entry in a NamedList cannot be cast to the expected type.
NamedLists - Class in com.s24.search.solr.util
Utility class for working with NamedList.
navigate(NamedList<?>, String) - Static method in class com.s24.search.solr.util.NamedLists
Gets the nested NamedList stored under the given name.
navigate(NamedList<?>, String...) - Static method in class com.s24.search.solr.util.NamedLists
Gets the nested NamedList stored under the given path.
navigate(NamedList<?>, int) - Static method in class com.s24.search.solr.util.NamedLists
Gets the nested NamedList stored at the given index.

P

Position - Class in com.s24.search.solr.util.analyzing
Pojo to store advanced information of a entity.
Position(Integer, Integer, Integer) - Constructor for class com.s24.search.solr.util.analyzing.Position
 

S

SearcherAwareLocalSolrQueryRequest - Class in com.s24.search.component.solr.query
This request can be used inside a solr component to fire internal subrequest.
SearcherAwareLocalSolrQueryRequest(SolrIndexSearcher, NamedList<?>) - Constructor for class com.s24.search.component.solr.query.SearcherAwareLocalSolrQueryRequest
If args contains a event parameter, a latest cold searcher with it's connected caches will be used for requesting.
SearcherAwareLocalSolrQueryRequest(SolrIndexSearcher, SolrParams) - Constructor for class com.s24.search.component.solr.query.SearcherAwareLocalSolrQueryRequest
If args contains a event parameter, a latest cold searcher with it's connected caches will be used for requesting.
size() - Method in class com.s24.search.solr.util.ConvenientNamedList
Returns the size of the underlying named list.
SolrLocalResponseBuilder - Class in com.s24.search.component.solr.util
Builder for a Solr response using a local Solr request.
SolrLocalResponseBuilder(ResponseBuilder) - Constructor for class com.s24.search.component.solr.util.SolrLocalResponseBuilder
Create local request builder from originating request.
SolrParamsUtil - Class in com.s24.search.solr.util
Convenience methods for working with SolrParams.

T

Token - Class in com.s24.search.solr.util.analyzing
Representation of a token in the analyzing phase with additional information.
Token(String, Position, Integer) - Constructor for class com.s24.search.solr.util.analyzing.Token
 
Token(String, String, Position, Integer) - Constructor for class com.s24.search.solr.util.analyzing.Token
 
TokenStreams - Class in com.s24.search.solr.util.analyzing
This class is superseeded by the open source version in solr-analyzers.
TokenStreams() - Constructor for class com.s24.search.solr.util.analyzing.TokenStreams
 
toString() - Method in class com.s24.search.solr.util.analyzing.Position
 
toString() - Method in class com.s24.search.solr.util.analyzing.Token
 
toString() - Method in class com.s24.search.solr.util.ConvenientNamedList
 

U

useFacetComponent() - Method in class com.s24.search.component.solr.util.SolrLocalResponseBuilder
Use facet component too.
useParams(SolrParams) - Method in class com.s24.search.component.solr.util.SolrLocalResponseBuilder
Use the given parameters for the request.
useUnscoredSolrParams() - Method in class com.s24.search.component.solr.util.SolrLocalResponseBuilder
This takes the original incoming solr params and removes all scoring, boosting, grouping, collapsing and expanding params.
A B C E G H K M N P S T U 
Skip navigation links

Copyright © 2020. All rights reserved.