we don't have a
clear view of "Exact search with special characters" for Google itself.
Bottom line: If you want to search both with and without special characters,
that will have to be done with separate fields with separate analyzers.
You could use the combination of the k
your analyzer to do, both in terms of how it treats text to be indexed and how
you expect to be able to query that text.
-- Jack Krupansky
-----Original Message-
From: Shay Sofer
Sent: Sunday, August 24, 2014 5:58 AM
To: solr-user@lucene.apache.org
Subject: Exact search with special characters
erms of how it treats text to be
indexed and how you expect to be able to query that text.
-- Jack Krupansky
-Original Message-
From: Shay Sofer
Sent: Sunday, August 24, 2014 5:58 AM
To: solr-user@lucene.apache.org
Subject: Exact search with special characters
Hi all,
Hi all,
I have a docs that's indexed by text field with mention schema.
I have those docs names:
- Test host
- Test_host
- Test-host
- Test $host
When I'm trying to do exact search like: "test host"
All the results from above are shown as a results.
How c