Re: multiple solr-config.xml files per core

2016-01-11 Thread techqnq
Thanks Eric, for confirming and putting it correctly in your response. Appreciate your help! -- View this message in context: http://lucene.472066.n3.nabble.com/multiple-solr-config-xml-files-per-core-tp4250009p4250050.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UIMA Custom Annotator PEAR file installation on Linux

2016-01-11 Thread techqnq
Hi, Tommaso Teofili: any help on this ^ -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-UIMA-Custom-Annotator-PEAR-file-installation-on-Linux-tp4249302p4250054.html Sent from the Solr - User mailing list archive at Nabble.com.

multiple solr-config.xml files per core

2016-01-11 Thread techqnq
I assume distinct solr-config.xml file is allowed for every solr core, but I got suspicious based upon the data size of the core. So thought to get my facts confirmed/corrected here: Q. Can Solr Server have different/multiple solr-config.xml file per core? Use Case: - For one core

Re: Solr UIMA Custom Annotator PEAR file installation on Linux

2016-01-08 Thread techqnq
Yes, I want to use PEAR file to provide my custom annotator for the solr UIMA UpdateProcessor. Basically I have written a custom annotator to capture the certain type of data from "content" and copies over to other solr field. Generated the PEAR file using eclipse UIMA plugins. All well till now.

Solr UIMA Custom Annotator PEAR file installation on Linux

2016-01-07 Thread techqnq
implemented custom annotator and generated the PEAR file. Windos has the PEAR installer utility but how to do this from command line or what other options on Linux OS? -- View this message in context:

Re: Solr UIMA Part Of Speech Tagging

2015-07-07 Thread techqnq
@Erik Hatcher-4 I had no issues using it. To achieve indexing as I did you need to use below AEs in your *AE.xml file: / delegateAnalysisEngineSpecifiers delegateAnalysisEngine key=WhitespaceTokenizer import name=WhitespaceTokenizer/ /delegateAnalysisEngine

Solr UIMA Part Of Speech Tagging

2015-07-06 Thread techqnq
Hi, I am working on part of speech tagging in solr using UIMA. I have integrated Solr and UIMA. I have indexed a document, below is the output: /doc str name=id1/str arr name=text strHuman nature is not one thing/str /arr arr name=texttokens strHuman/str