Re: Sorting based on Date and Name combination in Solr 6.2

2019-07-10 Thread Santosh Kumar S
out at any other probable solution. Thank you once again and I appreciated your reply, I will definitely consider your solution. Shawn Heisey-2 wrote > On 7/10/2019 7:22 AM, Santosh Kumar S wrote: >> When we try sorting it, then the records are getting sorted based on >> Ti

Re: Sorting based on Date and Name combination in Solr 6.2

2019-07-10 Thread Santosh Kumar S
Thank you Shawn for your prompt response. However we have that option open of having a separate date only field or a separate field with date along with default Timestamp like you mentioned (00:00:00.000). But this change shall need a full-import or full crawl, as we lot many data, we looking out a

Sorting based on Date and Name combination in Solr 6.2

2019-07-10 Thread Santosh Kumar S
Hi, We have a scenario where we need to sort on Date and Name combination. We have a Date field of type DateTime and a Name field. When we try sorting it, then the records are getting sorted based on Timestamp, but we need to sort only on date part keeping timestamp part aside. Here is an example

Issue Searching Data from multiple Databases

2018-11-14 Thread Santosh Kumar S
I am trying to achieve search by connecting to multiple Databases (in my case trying with 2 different DBs) to index data from multiple DB tables. I have tried doing the below as an approach to achieve my goal but in vain, I am able to get only data from the DB 1 when I perform a full-import. Steps