| clear query|facets|time |
Search criteria: SimilarityProvider .
Results from 131 to 140 from
10192 (0.377s).
|
|
|
Loading phrases to help you refine your search...
|
|
customize similarity function - Solr - [mail # user]
|
|
...Solr 4.0 I want to avoid the TF.IDF and use a "binary" model, i.e., if the keyword is in the document, the score is 1, no matter how frequent the keyword is in that document. If the ke...
|
|
|
Author: SR,
2012-11-03, 16:51
|
|
|
Returning similarity values for more like this search - Solr - [mail # user]
|
|
...Hi, I'm executing a search including a search for similar documents (mlt=true&mlt.fl=....) which works fine so far. I would like to get the similarity value for each document. I expected...
|
|
|
Author: Achim Domma,
2013-04-19, 14:24
|
|
|
Re: Returning similarity values for more like this search - Solr - [mail # user]
|
|
...(13/04/19 23:24), Achim Domma wrote: Using debugQuery=true, you can find explanations in the debug section of the response. See: https://issues.apache.org/jira/browse/SOLR-860 &n...
|
|
|
Author: Koji Sekiguchi,
2013-04-19, 14:44
|
|
|
Apache Lucene - Apache Solr - Solr - [web site]
|
|
... and fault tolerant, providing distributed indexing, replication and load-balanced querying, automated failover and recovery, centralized configuration and more. Solr powers the search and navigation...
|
|
...-based configuration of stopword lists, synonym lists, and protected word lists
Many additional text analysis components including word splitting, regex and sounds-like filters
Pluggable similarity model per...
|
[+ show more]
[- hide]
| ....
The Apache Software Foundation
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are defined by collaborative consensus... |
|
|
http://lucene.apache.org/solr/index.html
2013-06-20, 00:21
|
|
|
[SOLR-4514] Need tests for OpenExchangeRatesOrgProvider - Solr - [issue]
|
|
...the schema.xml used by CurrencyFieldTest declares a fieldType named "openexchangeratesorg_currency" using OpenExchangeRatesOrgProvider pointed at a local copy of open...
|
|
...-exchange-rates.json, but field type is completley unused, so nothing about this provider's behavior is ever really tested.
We should change the test such that all of the functionality tested against the "amount" field...
|
[+ show more]
[- hide]
| ... is also tested against some new field using this OER provider based fieldType, where the copied data (and static exchange rates) are identical.
(esasiest way would probably be to introduce a test... |
|
|
http://issues.apache.org/jira/browse/SOLR-4514
Author: Hoss Man,
2013-03-01, 20:02
|
|
|
[SOLR-2600] ensure example schema.xml has some mention/explanation of per field similarity vs similarityprovider vs (global) similarity - Solr - [issue]
|
|
...when SOLR-2338 was commited, there wasn't yet clear understanding of how much the new feature per field similarity fields (vs custom similarity provider (vs global similarity factory...
|
|
|
http://issues.apache.org/jira/browse/SOLR-2600
Author: Hoss Man,
2012-06-26, 03:12
|
|
|
Sort by currency field using OpenExchangeRatesOrgProvider - Solr - [mail # user]
|
|
... in consideration the currency. Do you know if there is a bug around this? Thanks Sergio View this message in context: http://lucene.472066.n3.nabble.com/Sort-by-currency-field-using-OpenExchangeRatesOrgProvider...
|
|
|
Author: marotosg,
2013-02-28, 17:23
|
|
|
spellcheck configuration not providing suggestions or corrections - Solr - [mail # user]
|
|
... the related material in the solr book (smiley). after doing the configuration in schema.xml and solrconfig.xml - i am NOT able to get the spellchecker to provide ANY suggestions on mis-spelled words...
|
|
..._mark any help or suggestions would be appreciated, mark View this message in context: http://lucene.472066.n3.nabble.com/spellcheck-configuration-not-providing...
|
|
|
Author: geeky2,
2012-02-13, 17:08
|
|
|
Re: Similarity - Solr - [mail # user]
|
|
...Okay well this is encouraging. I changed SweetSpotSimilarity to MyClassSimilarity. I created this class in: lucene/contrib/misc/src/java/org/apache/lucene/misc/ I am getting a Class...
|
|
...NotFoundException when I try to start solr. Here is the contents of the MyClassSimilarity file: package org.apache.lucene.misc; import org.apache.lucene.search.DefaultSimilarity; public class MyClassSimilarity...
|
[+ show more]
[- hide]
| ... extends DefaultSimilarity { public MyClassSimilarity() { super(); } public float idf(int a1, int a2) { return 1; } } So then this raises two questions. Why am I getting a class... |
|
|
Author: Brian Lamb,
2011-05-23, 20:57
|
|
|
Re: Similarity - Solr - [mail # user]
|
|
... in that paper about the subject. If you use a custom similarity that , for example, caps tf to 1. Does it then work? ...
|
|
|
Author: Markus Jelsma,
2011-05-23, 19:41
|
|
|
|