| clear query|facets|time |
Search criteria: SimilarityProvider .
Results from 1 to 10 from
10061 (3.815s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Explain the difference in similarity and similarityProvider - Solr - [mail # user]
|
|
... entire app, and some methods in that API took a field name and some didn't. LUCENE-2236 changed that, by introducing the "SimilarityProvider" api, which is the new "there should be one...
|
|
... of these for your app" class that handles "global" type things, and it can return "Similarity" objects on a per field basis as needed... http://search-lucene.com/jd/lucene/org/apache/lucene/search/SimilarityProvider...
|
[+ show more]
[- hide]
| ....html SOLR-2338 then added the ability to configure (in schema.xml) instances per fieldType, using a SolrSimilarityProvider that is managed by Solr's internal "IndexSchema". It also added a new... |
| ... top level decalration to allow users to define a SimilarityProviderFactory for specifying a complete SolrSimilarityProvider to handle the other non field specific methods. The reason SolrSimilarityProvider... |
| ... of Solr is also still supported for people who want to change the Similarity for all fields, but don't want to deal with writing a SimilarityProviderFactory. This is all really new stuff... |
|
|
Author: Chris Hostetter,
2011-06-16, 00:14
|
|
|
Explain the difference in similarity and similarityProvider - Solr - [mail # user]
|
|
...I'm looking over the patch notes from https://issues.apache.org/jira/browse/SOLR-2338 and I do not understand the difference between param value and is the...
|
|
|
Author: Brian Lamb,
2011-05-30, 18:28
|
|
|
SchemaXml - Solr - [wiki]
|
|
...
Similarity
Poly Field Types
Schema version attribute in the root node
TODO
Data Types
The <types> section allows you to define a list of <fieldtype> declarations you wish...
|
|
......) there are multiple implementations provided depending on your needs, please see SolrPlugins for information on how to ensure that your own custom Field Types can be loaded into Solr.
Common options...
|
[+ show more]
[- hide]
| ... Time Get.
Common field options
Common options that fields can have are...
default
The default value for this field if none is provided while adding documents
indexed... |
| ... features of Lucene is that you don't have to pre-define every field when you first create your index. Even though Solr provides strong datatyping for fields, it still preserves that flexibility... |
| ... the "source" field to the "dest" field, before any configured analyzers for the originating or destination field are invoked.
This is provided as a convenient way to ensure that data is put... |
|
|
http://wiki.apache.org/solr/SchemaXml
Author: AndyLester,
2013-05-14, 20:02
|
|
|
MoreLikeThisHandler - Solr - [wiki]
|
|
...The MoreLikeThisHandler is designed to generate information about "similar" documents using the MoreLikeThis functionality provided by Lucene. It supports faceting, paging, and filtering...
|
|
... similar documents. It will extract the "interesting terms" from the posted text.
Examples
The following example URLs assume that the MoreLikeThisHandler is configured with the name "/mlt...
|
[+ show more]
[- hide]
| ...&mlt.fl=manu,cat&mlt.mindf=1&mlt.mintf=1&fq=inStock:true&mlt.interestingTerms=details
Using ContentStreams
If you post text in the body, that will be used for similarity. Alternatively, you can put... |
| ...Streaming is enabled, you can find documents similar to the text on a webpage:
http://localhost:8983/solr/mlt?stream.url=http://lucene.apache.org/solr/&mlt.fl=manu... |
|
|
http://wiki.apache.org/solr/MoreLikeThisHandler
Author: ShawnHeisey,
2013-04-19, 19:35
|
|
|
FAQ - Solr - [wiki]
|
|
... the wildcard copyField syntax with or without similar dynamicField declarations. Thus you could choose to index the "description_t", "editorial_review_t" fields individually with a dynamicField like...
|
|
..., this happens when using the default Jetty config provided by Solr, and having Jetty's work files in /tmp purged by the operating system.
Restarting Solr after creating a $(jetty.home)/work directory...
|
[+ show more]
[- hide]
| ... counts to my search results
Solr provides support for "facets" out-of-the-box. See SimpleFacetParameters.
How can I figure out why my documents are being ranked the way they are?
Solr... |
|
|
http://wiki.apache.org/solr/FAQ
Author: ShawnHeisey,
2013-05-22, 18:30
|
|
|
SchemaRESTAPI - Solr - [wiki]
|
|
...
Schema REST API
Contents
Schema REST API
Reading schema information
Adding fields to a schema
Reading schema information
Solr 4.2
The Solr schema REST API provides...
|
|
.../schema/uniquekey
Global Similarity ( Solr 4.3)
GET
http://localhost:8983/solr/schema/similarity...
|
|
|
http://wiki.apache.org/solr/SchemaRESTAPI
Author: SteveRowe,
2013-04-25, 23:16
|
|
|
SolrCloud - Solr - [wiki]
|
|
... service. Every zookeeper server needs to know about every other zookeeper server in the ensemble, and a majority of servers are needed to provide service. For example, a zookeeper ensemble of 3...
|
|
... servers allows any one to fail with the remaining 2 constituting a majority to continue providing service. 5 zookeeper servers are needed to allow for the failure of up to 2 servers at a time...
|
[+ show more]
[- hide]
| ... it will not create anything at all.
createNodeSet: If not provided the create operation will create shard-replica spread across all of your live Solr nodes. You can provide the "createNodeSet" parameter... |
| ...,localhost:8984_solr,localhost:8985_solr"
collection.configName: The name of the config (must be already stored in zookeeper) to use for this new collection. If not provided the create operation... |
| .... It also provides a few other commands that let you link collection sets to collections, make ZooKeeper paths or clear them, as well as download configs from ZooKeeper to the local filesystem... |
|
|
http://wiki.apache.org/solr/SolrCloud
Author: HossMan,
2013-05-14, 16:33
|
|
|
FunctionQuery - Solr - [wiki]
|
|
... other documents are inserted or deleted, or if a MultiSearcher is used.
rord
The reverse ordering of what ord provides.
Example Syntax: rord(myIndexedField)
Example: rord...
|
|
...(field,term) returns the inverse document frequency for the given term, using the Similarity for the field.
Example Syntax: idf(text,'solr')
tf
tf(field,term) returns the term frequency factor...
|
[+ show more]
[- hide]
| ... for the given term, using the Similarity for the field.
Example Syntax: tf(text,'solr')
norm
norm(field) returns the "norm" stored in the index, the product of the index time boost... |
| ... and then length normalization factor, according to the [[http://lucene.apache.org/java/3_0_0/api/core/org/apache/lucene/search/Similarity.html|Similarity] for the field.
Example Syntax: norm... |
| ... is a field name
See Solr's SpatialSearch for easy to use geospatial search features.
sqedist - Squared Euclidean Distance
Solr3.1
Similar to the dist() function, the Sq. Euclidean distance... |
|
|
http://wiki.apache.org/solr/FunctionQuery
Author: HossMan,
2013-05-08, 19:15
|
|
|
SolrLogging - Solr - [wiki]
|
|
...
These versions do not include any logging jars in the WAR file. They must be provided separately. The Solr example for these versions includes jars (in the jetty lib/ext directory) that set up SLF4J...
|
|
....5.0/docs/guide/logging/overview.html
Many servlet containers also provide alternate log configuration options in their configuration files. You should consult your servlet container documentation...
|
|
|
http://wiki.apache.org/solr/SolrLogging
Author: ShawnHeisey,
2013-05-24, 19:16
|
|
|
FileBasedSpellChecker - Solr - [wiki]
|
|
... the SpellCheckComponent will not be able to provide "only more popular" or other frequency based information. As a workaround, it isn't all that hard to create an index from a file and have...
|
|
... it weight the terms.
Format
The file format is one word per line, as in
pizza
history
junk
Hints
The FileBasedSpellChecker is very similar in operation to v3's primary Index...
|
|
|
http://wiki.apache.org/solr/FileBasedSpellChecker
Author: MarkBennett,
2013-04-18, 20:30
|
|
|
|