Thanks Eric ,
I have put analyser screen shot ,and i am not sure what is the problem in
WCF.
<http://lucene.472066.n3.nabble.com/file/n4289329/solr-analyser.png>
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-configure-solr-while-having-Apostrophes-in-
generateWordParts="1" generateNumberParts="1"
> catenateWords="0" catenateNumbers="0" catenateAll="0"
> stemEnglishPossessive="0" splitOnCaseChange="0"
>
> protected="${home}/solr-configuration/bibliographic-protwords.txt" />
> enablePositionIncrements="true"
>
> words="${home}/solr-configuration/bibliographic-stopwords.txt"/>
> ignoreCase="true"
>
> synonyms="${home}/solr-configuration/bibliographic-synonyms.txt"/>
> mappingFile="${home}/sort.map"/>
>
>
>
> Thanks in advance !
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/How-to-configure-solr-while-having-Apostrophes-in-fields-tp4289196.html
> Sent from the Solr - User mailing list archive at Nabble.com.
Thanks in advance !
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-configure-solr-while-having-Apostrophes-in-fields-tp4289196.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
View this message in context:
http://lucene.472066.n3.nabble.com/Apostrophes-in-fields-tp475058p4087910.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
Hi
This is probably more of a lucene question, but:
I have an author field,
If I query author:"Shelley Ohara" - no results are returned
If I query author:"Shelley O'hara" - many results are returned,
Is it possible, to get solr to ignore apostrophes in queries like the one above?
e.g. doc
She
14 matches
Mail list logo