Solr Phonetic Search returning documents but not Highlight Information

2013-07-04 Thread snkar
We have a pretty simple Solr Schema: DocId

Re: Stemming query in Solr

2013-07-01 Thread snkar
ike a synonym with some kind of marker to indicate exact match when necessary Best Erick On Mon, Jul 1, 2013 at 5:15 AM, snkar <[hidden email]> wrote: > Hi Erick, > > Thanks for the reply. > > Here is what the situation is: > > Relevant portion of Solr S

Re: Stemming query in Solr

2013-07-01 Thread snkar
volving a custom filter but can't find it now. As I recall it indexed the un-stemmed version like a synonym with some kind of marker to indicate exact match when necessary Best Erick On Mon, Jul 1, 2013 at 5:15 AM, snkar <[hidden email]> wrote: > Hi Erick, > > Th

Re: Stemming query in Solr

2013-07-01 Thread snkar
ou expect. If you want to get in deeper to the details, try 1> use, say, the TermsComponent or Admin/Schema Browser or Luke to look in your index and see what's actually there. 2> us &debug=query or Admin/Analysis to see what the query actually looks like. Both your

Stemming query in Solr

2013-06-27 Thread snkar
We have a search system based on Solr using the Solrnet library in C# which supports some advanced search features like Fuzzy, Synonym and Stemming. While all of these work, *the expectation from the Stemming Search seems to be a combination of Stemming by reduction as well as stemming by expansion