Re: Tagging Locations using SynonymGraphFilterFactory

2017-04-09 Thread Joel Bernstein
The shingle filter will likely be part of the strategy: https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-ShingleFilter and the keep word filter will help if you have an authority list: https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#Fil

Integrating Solr with OpenNLP-UIMA pear file

2017-04-09 Thread aruninfo100
Hi, I am trying to integrate Solr - UIMA with openNLP support. I had posted this query earlier.I have been working around this to make it work.But no luck. PF the same: Exception-while-integrating-UIMA-with-Solr

Re: SolrJ appears to have problems with Docker Toolbox

2017-04-09 Thread Rick Leir
Mike With SolrCloud you want to have nodes each on their own machine, do you not?. Can your nodes connect to each other? Cheers -- Rick On April 8, 2017 10:02:07 PM EDT, Mike Thomsen wrote: >Hi Rick, > >No, I just used the "official" one on Docker Hub ( >https://hub.docker.com/_/solr/) and follo

Security.json file caused Solr to stop working

2017-04-09 Thread Zheng Lin Edwin Yeo
Hi, I tried to implement the security.json using SolrCloud in Solr 6.4.2. However, after I upload the security.json to ZooKeeper, the Solr cannot access any function at all. It also does not prompt to enter a User Name and Password to login, as per what is expected. Why could this be the reason?

Re: Integrating Solr with OpenNLP-UIMA pear file

2017-04-09 Thread Yasufumi Mizoguchi
Hi, I know few about Solr-UIMA integration, but found a suspicious point in your configuration below. name="analysisEngine">D/:temp/opennlp.uima.OpenNlpTextAnalyzer/opennlp.uima.OpenNlpTextAnalyzer_pear.xml I think Windows file path should start with [Drive letter] + ':', but the above star