Re: Silk from LucidWorks

2018-07-15 Thread Aroop Ganguly
How do you use Grafana with Solr ? Did you build a http communication interface or is there some open source project that you leveraged ? > On Jul 15, 2018, at 2:54 PM, Rahul Singh wrote: > > Their commercial offering still has something like it. You can always try > Grafana > > Rahul > On

Re: Text Similarity

2018-07-15 Thread Aroop Ganguly
Thanks for your answer Rahul. I think I have explained similarity with the example, assuming the natural order. I would assume this is a common action for people who use solr and do search based systems. I am basically looking for any design patterns that people use to achieve the results as

Re: copy field

2018-07-15 Thread Anil
You are right Eric. But range facet does not have support for limit, offset and sort. Thanks, Anil On 13 July 2018 at 19:32, Erick Erickson wrote: > Consider a range facet where you specify a start date, end date and "gap". > The "date math" bits allow you to specify gaps like +1HOUR, +1DAY

Re: Is router.field an explicit shard name, or hashed?

2018-07-15 Thread damienk
The value of the router.field is hashed. On Sat, 14 Jul 2018 at 10:09, Ken Krugler wrote: > Hi all, > > From > https://lucene.apache.org/solr/guide/6_6/shards-and-indexing-data-in-solrcloud.html#ShardsandIndexingDatainSolrCloud-DocumentRouting > < >

Re: Silk from LucidWorks

2018-07-15 Thread Rahul Singh
Their commercial offering still has something like it. You can always try Grafana Rahul On Jul 13, 2018, 9:59 AM -0400, rgummadi , wrote: > Is SiLK from LucidWorks still an acitve project. I looked at their github and > it does not seem to be active. If so are there any alternative solutions. >

Re: Text Similarity

2018-07-15 Thread Rahul Singh
How do you define similarity? There are various different methods that work for different methods. In solr depending on which index time analyzer / tokenizer you are using, it will treat one company name as similar in one scenario and not in another. This seems like a case of data

Re: Special character (&) search in query not working

2018-07-15 Thread shruti suri
I am using rest query, so can't encode the query. - Regards Shruti -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html