Sorting on date with multivalued False attribute

2015-09-07 Thread Akash Sahu
Hi, I am working on solr5.3 and trying to buildup a schema where I can sort results by date. I have defined the date in the following manner. ** But still I am getting the result as multivalued and hence the sorting doesn't work. Can you please guide me how to accomplish this? Regards,

Re: Weired behaviour for certain search terms

2010-03-21 Thread Akash Sahu
The search is now working for those terms. I did the following changes. In schema file, I replace with . Ahmet Arslan wrote: > > >> I tired adding &hl.maxAnalyzedChars=-1 to my search >> query but it didnt >> helped. >> Just wanted to know if there are limitations on the certain >> sea

Re: Weired behaviour for certain search terms

2010-03-18 Thread Akash Sahu
I tired adding &hl.maxAnalyzedChars=-1 to my search query but it didnt helped. Just wanted to know if there are limitations on the certain search terms. Its bit strange that solr is not behaving properly for certain terms (especially returning the excerpts in highlighting dictionary). The terms wh

Weired behaviour for certain search terms

2010-03-16 Thread Akash Sahu
Solr is behaving a bit weirdly for some of the search terms. EG: co-ownership, "co ownership". It works fine with terms like quasi-delict, non-interference etc. The issue is, its not return any excerpts in "highlighting" key of the result dictionary. My search query is something like this: http:/

Getting total term count

2010-03-02 Thread Akash Sahu
Hi, I want a want a way to get total term count per document. I am using solr1.4. My query looks something like this http://192.168.1.50:8080/solr1/core_SFS/select/?q=content%3Apresident%0D%0A&version=2.2&start=0&rows=10&indent=on I tried to use TermVectorComponent but it just gives me the