Re: Partial matches don't work (solr.NGramFilterFactory

2011-02-02 Thread Script Head
ngrams:hippo" or "text_ngrams:potamu". Are you > searching like this? > > Tomás > > On Wed, Feb 2, 2011 at 4:07 PM, Script Head wrote: > >> Hello, >> >> I have the following definitions in my schema.xml: >> >> >>     >>  

Partial matches don't work (solr.NGramFilterFactory)

2011-02-02 Thread Script Head
Hello, I have the following definitions in my schema.xml:                                                ... ... There is a document "Hippopotamus is fatter than a Platypus" indexed. When I search for "Hippopotamus" I receive the expected result. When I search for any partial such as "Hippo"

Partial matches don't work (solr.NGramFilterFactory

2011-02-02 Thread Script Head
rtial such as "Hippo" or "potamu" I get nothing. I could use some guidance. Script Head

Re: Dedup results on the fly?

2008-02-27 Thread Head
Thanks Sean! Sean Timm wrote: > > Take a look at https://issues.apache.org/jira/browse/SOLR-236 Field > Collapsing. > > -- View this message in context: http://www.nabble.com/Dedup-results-on-the-fly--tp15721708p15726106.html Sent from the Solr - User mailing list archive at Nabble.com.

Dedup results on the fly?

2008-02-27 Thread Head
I would like to be able to tell SOLR to dedup the results based on a certain set of fields. For example, I like to return only one instance of the set of documents that have the same 'name' and 'address'. But I would still like to keep all instances around in case someone wants to retrieve one

boost ignored with wildcard queries

2008-02-26 Thread Head
Using the StandardRequestHandler, it appears that the index boost values are ignored when the query has a wildcard in it. For example, if I have 2 's and one has a boost of 1.0 and another has a boost of 10.0, then I do a search for "bob*", both records will be returned with the same score of 1.