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 config
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 – text_general
*:*
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
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 ,
>
> Below is m
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 in