to see home "dev's" gets indexed and how
"dev'" gets analyzed at query time.
-- Jack Krupansky
-Original Message-
From: devendra W
Sent: Tuesday, September 03, 2013 5:59 AM
To: solr-user@lucene.apache.org
Subject: Re: Apostrophes in fields
in my case - t
On 9/3/2013 3:59 AM, devendra W wrote:
> in my case - the fields with apostrophe not returned in results
Don't use special characters in field names. If it wouldn't work as an
variable name, function name (or other identifier) in a typical
programming language (Java, C, Perl), then it will probab
in my case - the fields with apostrophe not returned in results
When I search for -- dev it shows me following results
dev
dev's
devendra
but when I search for -- dev' (dev with apo only)
Nothing comes out as result ?
What could be the workaround ?
Thanks
Devendra
--
View this messa
Using the fuzzy searching fixed the problem - I will have a play with
the analzyers and see if I can get it working nicely.
Thanks again, much apreciated.
On 1/17/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: This problem is why some sloppiness is recommended when dealing with
: WordDelimit
: This problem is why some sloppiness is recommended when dealing with
: WordDelimiterFilter.
particularly when using the generate___Parts="true" options
Nick: if you want simpler matching like this, you might want to consider
simplifying your definition of "text" ... if you look at the "textTig
On 1/16/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
> It appears to be matching author:"Shelley Ohara" but when I do this
> search no results are returned, searches like author:"Shelley O hara",
> author:"Shelley O'hara" work as expected. Any ideas?
This problem is why some sloppiness is recommen
On 1/16/07, Nick Jenkin <[EMAIL PROTECTED]> wrote:
Hi Jeff, Bertrand
THanks for your help,
The analyzers I am using are the same as in the example schema.xml
Author field:
analysis result:
http://nickjenkin.com/misc/solr.jpg
It appears to be matching author:"Shelley Ohara" but when I do this
s
Hi Jeff, Bertrand
THanks for your help,
The analyzers I am using are the same as in the example schema.xml
Author field:
analysis result:
http://nickjenkin.com/misc/solr.jpg
It appears to be matching author:"Shelley Ohara" but when I do this
search no results are returned, searches like author:
On 1/16/07, Jeff Rodenburg <[EMAIL PROTECTED]> wrote:
Nick - this depends on the analyzer used to index the field as well as the
analyzer used in your search query
Note that the Solr "analysis" page, in the admin interface, allows you
to see exactly how your field's content is converted for
Nick - this depends on the analyzer used to index the field as well as the
analyzer used in your search query. This gets handled in solr with the
fieldtype and requesthandler. Referencing the sample schema.xml off the
wiki site, I would start with fieldtype="text" and go from there. If it
doesn
10 matches
Mail list logo