Re: SOLR Partial search

2018-10-10 Thread Aman Tandon
Hi Piyush, I suppose your end goal is to search special chars too and I hope you are using it typeahead. Keyword tokenizer keep the complete string as token. So when you search with partial it won't match. You could add the n-gram filter. Then output of keyword tokenizer will be broken in

SOLR Partial search

2018-10-07 Thread Rathor, Piyush (US - Philadelphia)
HI All, I am trying to use “KeywordTokenizerFactory” to consider searching against the special characters in the search. But the partial search does not work well with “KeywordTokenizerFactory”. The partial match results are better in “StandardTokenizerFactory”. Field type –

RE: query regarding Solr partial search

2018-03-28 Thread Paul, Lulu
*:* 10 *,score on 1 Thanks & Best Regards, Lulu Paul -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: 27 March 2018 18:01 To: solr-user@lucene.apache.org Subject: Re: query regarding Solr partial se

Re: query regarding Solr partial search

2018-03-27 Thread Erik Hatcher
This is as much about your schema as it is about your query parser usage. What’s parsed_query say in your debug=true output? What query parser are you using? If edismax, check qf/pf/mm settings, etc. Erik > On Mar 27, 2018, at 9:56 AM, Paul, Lulu wrote: > > Hi

query regarding Solr partial search

2018-03-27 Thread Paul, Lulu
Hi , Below is my SOLR configuration (schema.xml) for a keyword search field. · If I search for “Autograph full score”, Solr returns all items that contains this string