RE: Solr Phonetic Search Highlight issue in search results

2013-04-02 Thread Soumyanayan Kar
eeling off all the extra stuff you've put into your configs (sorry, I don't have time right now to try to reproduce) and get the very simple case working, then build the rest back up and see where the problem begins. Sorry for the mis-direction! Erick On Mon, Apr 1, 2013 at 1:07 AM

RE: Solr Phonetic Search Highlight issue in search results

2013-03-31 Thread Soumyanayan Kar
he whole point of phonetic processing is to do a lossy translation from 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, i

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) in

Advanced Search Option in Solr corresponding to DtSearch options

2013-02-06 Thread Soumyanayan Kar
Hi, We are replacing the search and indexing module in an application from DtSearch to Solr using solrnet as the .net Solr client library. We are relatively new to Solr/Lucene and would need some help/direction to understand the more advanced search options in Solr. The current applicat

RE: Issue with mutiple records in full text search

2013-01-29 Thread Soumyanayan Kar
in the &fl field list. To be clear - Solr has no concept of "records", just documents and fields. -- Jack Krupansky -Original Message- From: Soumyanayan Kar Sent: Tuesday, January 29, 2013 9:01 AM To: solr-user@lucene.apache.org Subject: Issue with mutiple records in full text s

Issue with mutiple records in full text search

2013-01-29 Thread Soumyanayan Kar
Hi, We are trying to use solr for a text based search solution in a web application. The documents that are getting indexed are essentially text based files like *.txt, *.pdf, etc. We are using the Tika extraction plugin to extract the text content from the files and storing it using a "text_ge

Issue with mutiple records in full text search

2013-01-29 Thread Soumyanayan Kar
Hi, We are trying to use solr for a text based search solution in a web application. The documents that are getting indexed are essentially text based files like *.txt, *.pdf, etc. We are using the Tika extraction plugin to extract the text content from the files and storing it using a "text_ge