Package | Description |
---|---|
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.util |
Common utility classes used throughout Solr
|
Modifier and Type | Field and Description |
---|---|
protected List<FieldParams> |
ExtendedDismaxQParser.ExtendedDismaxConfiguration.allPhraseFields |
Modifier and Type | Method and Description |
---|---|
List<FieldParams> |
ExtendedDismaxQParser.ExtendedDismaxConfiguration.getAllPhraseFields() |
Modifier and Type | Method and Description |
---|---|
protected void |
ExtendedDismaxQParser.addShingledPhraseQueries(BooleanQuery mainQuery,
List<ExtendedDismaxQParser.Clause> clauses,
Collection<FieldParams> fields,
int shingleSize,
float tiebreaker,
int slop)
Modifies the main query by adding a new optional Query consisting
of shingled phrase queries across the specified clauses using the
specified field => boost mappings.
|
Modifier and Type | Method and Description |
---|---|
static List<FieldParams> |
SolrPluginUtils.parseFieldBoostsAndSlop(String[] fieldLists,
int wordGrams,
int defaultSlop)
/**
Like
SolrPluginUtils.parseFieldBoosts(java.lang.String) , but allows for an optional slop value prefixed by "~". |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.