Re: ConcurrentUpdateSolrClient example?

2017-08-13 Thread Paul Smith Parker
Hello Jason, I figured it out: 1) ConcurrentUpdateSolrClient build = new ConcurrentUpdateSolrClient.Builder("http://localhost:8389/solr/core";).build(); 2) ConcurrentUpdateSolrClient build = new ConcurrentUpdateSolrClient.Builder("http://localhost:8389/solr/core";)

Re: JSON facet SUM precision and accuracy is incorrect

2017-08-13 Thread Zheng Lin Edwin Yeo
Hi Yonik, Thanks for your reply. Will this be solved in the Solr 7.0 version? For now, is there other method which we can do to overcome this issue? Regards, Edwin On 8 August 2017 at 19:56, Yonik Seeley wrote: > This is due to function queries currently lacking type information > (this pro

Re: ConcurrentUpdateSolrClient example?

2017-08-13 Thread Jason Gerlowski
Hi Paul, I'll try reproducing this with the snippet provided, but I don't see anything inherently wrong with the Builder usage you mentioned, assuming the Solr base URL you provided is correct. It would be easier to troubleshoot your issue though if you included some more information about the NP

Re: Different order of docs between SOLR-4.10.4 to SOLR-6.5.1

2017-08-13 Thread Dave
Rebuild your index. It's just the safest way. On Aug 13, 2017, at 2:02 PM, SOLR4189 wrote: >> If you are changing things like WordDelimiterFilterFactory to the graph >> version, you'll definitely want to reindex > > What does it mean "*want to reindex*"? If I change > WordDelimiterFilterFacto

Re: Different order of docs between SOLR-4.10.4 to SOLR-6.5.1

2017-08-13 Thread SOLR4189
> If you are changing things like WordDelimiterFilterFactory to the graph > version, you'll definitely want to reindex What does it mean "*want to reindex*"? If I change WordDelimiterFilterFactory to the graph and use IndexUpgrader is it mistake? Or changes will not be affected only? -- View t

Re: Arabic words search in solr

2017-08-13 Thread Aman Deep Singh
Try the edge ngram filter https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.EdgeNGramFilterFactory I think it will help you solve the problem On Sun, Aug 13, 2017 at 7:08 PM mohanmca01 wrote: > Hi Aman Deep Singh, > > Thanks for your update... I will update the status after compl

RE: Arabic words search in solr

2017-08-13 Thread mohanmca01
Hi Aman Deep Singh, Thanks for your update... I will update the status after complete the testing. I need one more help from your end,can you check below scenario: we are getting the results while using AND operator in between the words. Below is the example: Scenario 1: { "responseHeade

RE: Arabic words search in solr

2017-08-13 Thread Aman Deep Singh
You can configure mm either in the request handler sorconfig.xml or pass as a request parameter along side the user query For more detail refer https://cwiki.apache.org/confluence/display/solr/The+DisMax+Query+Parser example of sample handler is 10 searchFields 100% dismax

Re: Arabic words search in solr

2017-08-13 Thread mohanmca01
Any one help me on below use case. -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350390.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Arabic words search in solr

2017-08-13 Thread mohanmca01
Hi Aman Deep, Thanks for the information, In order to add mm=100% in the request handler, in which place ?..Can you please share me sample snap. thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Arabic-words-search-in-solr-tp4317733p4350389.html Sent fro

ConcurrentUpdateSolrClient example?

2017-08-13 Thread Paul Smith Parker
Hello, I can’t find an example on how to properly instantiate/configure an instance of ConcurrentUpdateSolrClient. I tried this but it gives me a NPE: ConcurrentUpdateSolrClient solrClient = new ConcurrentUpdateSolrClient.Builder(“http://localhost:8389/solr /core"