- 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
-