Re: Phonetic Search

2017-01-20 Thread Rishikant Snigh
As suggested phonetic search won't work in this case. try spellcheck component On 19-Jan-2017 10:53 PM, "Walter Underwood" wrote: > Phonetic search will not match “satpuda” and “satpura” because they sound > different. You want fuzzy search. > > To get fuzzy se

Re: Phonetic Search

2017-01-19 Thread Walter Underwood
Phonetic search will not match “satpuda” and “satpura” because they sound different. You want fuzzy search. To get fuzzy search that is easy to use in edismax, apply the patch in SOLR-629. https://issues.apache.org/jira/browse/SOLR-629 <https://issues.apache.org/jira/browse/SOLR-629>

Re: Phonetic Search

2017-01-19 Thread Vivek Pathak
https://cwiki.apache.org/confluence/display/solr/Phonetic+Matching didnt work for you? On 01/19/2017 05:58 AM, PAVAN wrote: Hi, I am trying to implement phonetic search in my application. Below are indexed terms in solr. "satpura private limited" when user search with "satp

Phonetic Search

2017-01-19 Thread PAVAN
Hi, I am trying to implement phonetic search in my application. Below are indexed terms in solr. "satpura private limited" when user search with "satpuda" it has to display the above result. Below

Re: Phonetic search on multiple fields

2014-02-12 Thread Erick Erickson
take some time to get familiar with the admin/analysis page, that'll shed light on a _lot_ of analysis issues. Best, Erick On Wed, Feb 12, 2014 at 4:26 AM, Navaa < navnath.thomb...@xtremumsolutions.com> wrote: > Hi, > I am beginner of solr, > I am trying to implement phonet

Phonetic search on multiple fields

2014-02-12 Thread Navaa
Hi, I am beginner of solr, I am trying to implement phonetic search in my application my code in schema.xml for fieldType And AND field definition when I am search stephen, stifn will gives me stephen but it wont

Re: phonetic search

2013-09-03 Thread Erick Erickson
sh examples are all I can do) > > running, runner etc. be indexed and searched as "run", > > not phonetic processing > > > > There are several variants, each uses a different > > algorithms at the link above. Not sure what to tweak > > for handling B

Re: phonetic search

2013-09-02 Thread Sergio Stateri
nd searched as "run", > not phonetic processing > > There are several variants, each uses a different > algorithms at the link above. Not sure what to tweak > for handling Brazilian Portuguese though... > > Best > Erick > > > On Mon, Sep 2, 2013 at 1:41 PM

Re: phonetic search

2013-09-02 Thread Erick Erickson
ase, > > How can I make I phonetic search in Solr with portuguese (brazilian) > language? > > I tryied including this field type: > > sortMissingLast="true" omitNorms="true"> > > > > > > ... > multiValued="true" in

phonetic search

2013-09-02 Thread Sergio Stateri
Please, How can I make I phonetic search in Solr with portuguese (brazilian) language? I tryied including this field type: ... But this didn´t work. I have no idea about how to make a phonetic search. I´m using Solr 4. Thanks in advance, -- Sergio Stateri Jr. stat...@gmail.com

Solr Phonetic Search returning documents but not Highlight Information

2013-07-04 Thread snkar
We are indexing documents in Solr using Solrnet and have a requirement to support Phonetic Search based on the Soundex algorithm. Once we have indexed documents, we can search in the Solr Admin Panel using a Phonetic query and the relevant document is returned in the Search

RE: Solr Phonetic Search Highlight issue in search results

2013-04-02 Thread Soumyanayan Kar
Thanks a lot Erick for trying this out. Will wait for a reply from your end. Thanks & Regards, Soumya. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 01 April 2013 05:46 PM To: solr-user@lucene.apache.org Subject: Re: Solr Phonetic Search Highl

Re: Solr Phonetic Search Highlight issue in search results

2013-04-02 Thread Jan Høydahl
it completely wrong but it looks like there is something >> wrong with my implementation. >> >> Thanks & Regards, >> >> Soumya. >> >> >> -Original Message- >> From: Erick Erickson [mailto:erickerick...@gmail.com] >> Sent: 27 M

Re: Solr Phonetic Search Highlight issue in search results

2013-04-01 Thread Erick Erickson
Erick Erickson [mailto:erickerick...@gmail.com] > Sent: 27 March 2013 06:07 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr Phonetic Search Highlight issue in search results > > How would you expect it to highlight successfully? The term is "fakt", > there

RE: Solr Phonetic Search Highlight issue in search results

2013-03-31 Thread Soumyanayan Kar
he.org Subject: Re: Solr Phonetic Search Highlight issue in search results How would you expect it to highlight successfully? The term is "fakt", there's nothing built in (and, indeed couldn't be) to un-phoneticize it into "fact" and apply that to the Content field. T

Re: Solr Phonetic Search Highlight issue in search results

2013-03-26 Thread Erick Erickson
rom the word into some variant, losing precision all the way. So this behavior is unsurprising... Best Erick On Tue, Mar 26, 2013 at 7:28 AM, Soumyanayan Kar wrote: > When we are issuing a query with Phonetic Search, it is returning the > correct documents but not returning the highlight

Solr Phonetic Search Highlight issue in search results

2013-03-26 Thread Soumyanayan Kar
When we are issuing a query with Phonetic Search, it is returning the correct documents but not returning the highlights. When we use Stemming or Synonym searches we are getting the proper highlights. For example, when we execute a phonetic query for the term fakt(ContentSearchPhonetic:fakt

Re: Chinese Phonetic search

2012-02-07 Thread Li Li
you can convert Chinese words to pinyin and use n-gram to search phonetic similar words On Wed, Feb 8, 2012 at 11:10 AM, Floyd Wu wrote: > Hi there, > > Does anyone here ever implemented phonetic search especially with > Chinese(traditional/simplified) using SOLR or Lucene? >

Re: Phonetic search and matching

2012-02-07 Thread Erick Erickson
your false match on "13" would go away >> >> Not sure what that means for the rest of your app though. >> >> Best >> Erick >> >> On Mon, Feb 6, 2012 at 5:44 AM, Dirk Högemann >> wrote: >> > Hi, >> > >> > I h

Re: Phonetic search and matching

2012-02-07 Thread Dirk Högemann
> > Not sure what that means for the rest of your app though. > > Best > Erick > > On Mon, Feb 6, 2012 at 5:44 AM, Dirk Högemann > wrote: > > Hi, > > > > I have a question on phonetic search and matching in solr. > > In our application all the

Re: Phonetic search and matching

2012-02-07 Thread Erick Erickson
Dirk Högemann wrote: > Hi, > > I have a question on phonetic search and matching in solr. > In our application all the content of an article is written to a full-text > search field, which provides stemming and a phonetic filter (cologne > phonetic for german). > This is the r

Phonetic search and matching

2012-02-06 Thread Dirk Högemann
Hi, I have a question on phonetic search and matching in solr. In our application all the content of an article is written to a full-text search field, which provides stemming and a phonetic filter (cologne phonetic for german). This is the relevant part of the configuration for the index

Re: Phonetic search for portuguese

2012-01-22 Thread Gora Mohanty
On Mon, Jan 23, 2012 at 9:21 AM, Anderson vasconcelos wrote: > Thanks a lot Gora. > I need to delivery the first release for my client on 25 january. > With your explanation, i can negociate better the date to delivery of > this feature for next month, because i have other business rules for > del

Re: Phonetic search for portuguese

2012-01-22 Thread Anderson vasconcelos
Thanks a lot Gora. I need to delivery the first release for my client on 25 january. With your explanation, i can negociate better the date to delivery of this feature for next month, because i have other business rules for delivery and this features is more complex than i thought. I could help you

Re: Phonetic search for portuguese

2012-01-22 Thread Gora Mohanty
On Mon, Jan 23, 2012 at 5:58 AM, Anderson vasconcelos wrote: > Hi Gora, thanks for the reply. > > I'm interesting in see how you did this solution. But , my time is not > to long and i need to create some solution for my client early. If > anyone knows some other simple and fast solution, please p

Re: Phonetic search for portuguese

2012-01-22 Thread Anderson vasconcelos
Hi Gora, thanks for the reply. I'm interesting in see how you did this solution. But , my time is not to long and i need to create some solution for my client early. If anyone knows some other simple and fast solution, please post on this thread. Gora, you could talk how you implemented the Custo

Re: Phonetic search for portuguese

2012-01-22 Thread Gora Mohanty
On Sun, Jan 22, 2012 at 5:47 PM, Anderson vasconcelos wrote: > Anyone could help? > > Thanks > > 2012/1/20, Anderson vasconcelos : >> Hi >> >> The phonetic filters (DoubleMetaphone, Metaphone, Soundex, RefinedSoundex, >> Caverphone) is only for english language or works for other languages? Have >

Re: Phonetic search for portuguese

2012-01-22 Thread Anderson vasconcelos
Anyone could help? Thanks 2012/1/20, Anderson vasconcelos : > Hi > > The phonetic filters (DoubleMetaphone, Metaphone, Soundex, RefinedSoundex, > Caverphone) is only for english language or works for other languages? Have > some phonetic filter for portuguese? If dont have, how i can implement >

Phonetic search for portuguese

2012-01-20 Thread Anderson vasconcelos
Hi The phonetic filters (DoubleMetaphone, Metaphone, Soundex, RefinedSoundex, Caverphone) is only for english language or works for other languages? Have some phonetic filter for portuguese? If dont have, how i can implement this? Thanks

Re: How to disable Phonetic search

2011-06-29 Thread Mohammad Shariq
I am using solr1.4 > > When I search for keyword "ansys" I get lot of posts. > > but when I search for "ansys NOT ansi" I get nothing. > > I guess its because of Phonetic search, "ansys" is > > converted into "ansi" ( > >

Re: How to disable Phonetic search

2011-06-29 Thread Ahmet Arslan
> I am using solr1.4 > When I search for keyword "ansys" I get lot of posts. > but when I search for "ansys NOT ansi" I get nothing. > I guess its because of Phonetic search, "ansys" is > converted into "ansi" ( > that is NOT keyword) an

How to disable Phonetic search

2011-06-29 Thread Mohammad Shariq
I am using solr1.4 When I search for keyword "ansys" I get lot of posts. but when I search for "ansys NOT ansi" I get nothing. I guess its because of Phonetic search, "ansys" is converted into "ansi" ( that is NOT keyword) and nothing returns. How to hand

Re: Including phonetic search in text field

2011-05-23 Thread Jamie Johnson
Paul, Do you have an example of how to enable this in the solr config on the default request handler? Is it as simple as adding edismax text^0.5 features^1.0 name^1.2 sku^1.5 id^10.0 manu^1.1 cat^1.4 to the requestHandler named search? On Mon, May 23, 2011 at 4:1

Re: Including phonetic search in text field

2011-05-23 Thread Jamie Johnson
Ah, yes very helpful thanks Paul. I knew there would be something that I broke :). I will need to go back and consider the use cases and see which will and will not require exact matches. Thanks again! I have never heard of DisMax so this is new to me as well but have found some posts about it

Re: Including phonetic search in text field

2011-05-23 Thread Paul Libbrecht
Jamie, the problem with that is that you cannot do exact matching anymore. For this reason, it is good style to have two fields, to use a query expander such as dismax (prefer exact matches, and less phonetic matches), and to only use that when you sort by score. hope it helps paul Le 23 mai

Including phonetic search in text field

2011-05-23 Thread Jamie Johnson
I am new to solr and am trying to determine the best way to take the text field type (the one in the example) and add phonetic searches to it. Currently I have done the following: