Re: Split words with period in between into separate tokens

2016-10-12 Thread Dheerendra Kulkarni
You can use LetterTokenizerFactory instead. Regards, Dheerendra Kulkarni On Wed, Oct 12, 2016 at 6:24 AM, Derek Poh <d...@globalsources.com> wrote: > Hi > > How can I split words with period in between into separate tokens. > Eg. "Co.Ltd" => "Co" "

Re: Solr document missing or not getting indexed though we get 200 ok status from server

2016-09-04 Thread Dheerendra Kulkarni
Can you try this: 1. Add the document 2. Follow up by optimize in the core admin ui, If above works then you may need to check your commit. Regards, Dheerendra On Sun, Sep 4, 2016 at 10:47 PM, Ganesh M wrote: > Hi Alex, > We tried to post the same manually from

Re: Sorting in solr

2016-07-11 Thread Dheerendra Kulkarni
Naveen, The documents are sorted before. Lets say if it was a post sort and you are fetching 10 rows it would have pulled up top 10 rows and sorted it. but that is not what happens in solr it sorts in all available docs as per the query and goves the number of rows as per your requirment.