| clear query|facets|time |
Search criteria: DebugComponent.
Results from 31 to 40 from
8658 (0.398s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Nullpointer Exception in Solr 4.x in DebugComponent when using wildcard in facet value - Solr - [mail # user]
|
|
...Hmmm, I just tried it on a trunk from a couple of days ago and it doesn't error out. Could you re-try with a new build? Thanks Erick On Fri, Jun 3, 2011 at 5:51 AM, Stefan Moises...
|
|
|
Author: Erick Erickson,
2011-06-03, 13:22
|
|
|
Re: Nullpointer Exception in Solr 4.x in DebugComponent when using wildcard in facet value - Solr - [mail # user]
|
|
...Stefan, i guess there is a colon missing? &fq=price:[500+TO+*] should do the trick Regards Stefan On Fri, Jun 3, 2011 at 11:42 AM, Stefan Moises wrote:...
|
|
|
Author: Stefan Matheis,
2011-06-03, 09:46
|
|
|
[SOLR-1915] DebugComponent should use NamedList to output Explanations instead of Explanation.toString() - Solr - [issue]
|
|
...DebugComponent currently uses Explanation.toString() to "format" score explanations for each document as plain text with whitespace indenting to denote the hierarchical relationship...
|
|
..., and then adds those explanations to the SolrQueryResponse.
Instead DebugComponent should transform the Explanation objects into NamedLists so that the full structure can be formatted in a logical way...
|
|
|
http://issues.apache.org/jira/browse/SOLR-1915
Author: Hoss Man,
2011-06-03, 17:44
|
|
|
DebugComponent # modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq) - Solr - [javadoc]
- [see source code]
|
|
|
|
http://search-lucene.com/jd/so...esponseBuilder, SearchComponent, ShardRequest)
|
|
|
SpellCheckComponent - Solr - [wiki]
|
|
... a QueryConverter
Distributed Search Support
History
Introduction
The SpellCheckComponent is designed to provide inline spell checking of queries without having to issue separate requests...
|
|
.... (Some people tend to think that "spellchecker" is actually a misnomer, and something along the lines of "query suggest" would have been more appropriate.)
The SpellCheckComponent can use...
|
[+ show more]
[- hide]
| ... is configured with a request handler that uses the SpellCheckComponent. If you haven't already, start the example server and index the example data as shown in the solr tutorial.
Now send a spellcheck... |
| ...="collation">dell ultrasharp</str>
</lst>
</lst>
Configuration
The first step to configure the SpellCheckComponent is to specify the source of words which should be used for suggestions... |
| ... the following:
<searchComponent name="spellcheck" class="solr.SpellCheckComponent">
<lst name="spellchecker">
<!--
Optional, it is required when more than one... |
|
|
http://wiki.apache.org/solr/SpellCheckComponent
Author: AndyLester,
2013-05-06, 20:07
|
|
|
TermsComponent - Solr - [wiki]
|
|
...
Introduction
Solr1.4
The TermsComponent SearchComponent is a simple component that provides access to the indexed terms in a field and the number of documents that match each term...
|
|
... the implementation directly uses Lucene's TermEnum to iterate over the term dictionary.
In a sense, this component provides fast field faceting over the whole index (not restricted by the base query or any...
|
[+ show more]
[- hide]
| ... it Works
To use the TermsComponent, users can pass in a variety of options to control what terms are returned. The supported parameters are available in the class http://lucene.apache.org/solr... |
| .../api/org/apache/solr/common/params/TermsParams.html
These params are:
terms={true|false} - Turn on the TermsComponent
terms.fl={FIELD NAME} - Required. The name of the field to get the terms from. May be specified multiple times as terms.fl=field1... |
| ... the terms in index order. Default is to sort by count.
The output is a list of the terms and their document frequency values.
Distributed Search Support
Solr3.1
TermsComponent now supports... |
|
|
http://wiki.apache.org/solr/TermsComponent
Author: ErickErickson,
2013-03-12, 14:04
|
|
|
ClusteringComponent - Solr - [wiki]
|
|
...
Clustering Component
This search component can cluster both search results and documents. In case you're wondering what clustering is good for, think of it as a quick way to summarize...
|
|
... component issues in JIRA for discussions around the development of this feature.
Contents
Clustering Component
Overview
Quick Start
Installation
Downloading dependencies
Installation...
|
[+ show more]
[- hide]
| ....outputSubClusters
carrot.lexicalResourcesDir
Carrot2-specific parameters
Performance impact
Tuning Carrot2 clustering
Document Clustering
Overview
The ClusteringComponent implements a pluggable... |
| ... approach that allows for the implementation of any clustering engine. The component is responsible for taking in the request, identifying the clustering engine to be used (a Solr... |
| ... on the Carrot2 framework.
Solr3.1 The ClusteringComponent supports distributed processing, except the carrot.produceSummary parameter (please see SOLR-2282 about the restriction).
Quick Start... |
|
|
http://wiki.apache.org/solr/ClusteringComponent
Author: DawidWeiss,
2013-01-09, 12:20
|
|
|
StatsComponent - Solr - [wiki]
|
|
...
StatsComponent
Solr1.4
The stats component returns simple statistics for indexed numeric fields within the DocSet.
Parameters
param
description
stats
true...
|
|
...OfSquares
Sum of all values squared (useful for stddev)
mean
The average (v1+v2...+vN)/N
stddev
Standard Deviation -- measuring how widely spread the values in a data set are.
StatsComponent...
|
|
|
http://wiki.apache.org/solr/StatsComponent
Author: NikolaiLuthman,
2012-12-13, 12:01
|
|
|
Solr3.2 - Solr - [wiki]
|
|
... using the JSON update format.
TermQParserPlugin, useful when generating filter queries from terms returned from field faceting or the terms component.
DebugComponent now supports using...
|
|
|
http://wiki.apache.org/solr/Solr3.2
Author: ShawnHeisey,
2013-05-16, 20:28
|
|
|
[SOLR-4175] SearchComponent chain can't contain two components of the same class and use debugQuery - Solr - [issue]
|
|
...steps to reproduce the issue:
1) Add two components of the same type to the components chain of the request handler
2) start solr with assertions enabled
3) run a query to the request...
|
|
... handler configured in 1 with debugQuery=true
The query will throw a java.lang.AssertionError. I'll attach a test case to reproduce the issue....
|
|
|
http://issues.apache.org/jira/browse/SOLR-4175
Author: Tomás Fernández Löbbe,
2013-01-24, 06:33
|
|
|
|