Facing problem to integrate UIMA in SOLR

2012-05-21 Thread dsy99
Hello all, I am facing problem to integrate the UIMA in SOLR. I followed the following steps, provided in README file shipped along with Uima to integrate it in Solr Step1. I set lib/ tags in solrconfig.xml appropriately to point the jar files. lib dir=../../contrib/uima/lib / lib

Facing problem to integrate UIMA in SOLR

2012-04-23 Thread dsy99
Hello all, I am facing problem to integrate the UIMA in SOLR. I followed the following steps, provided in README file shipped along with Uima to integrate it in Solr Step1. I set lib/ tags in solrconfig.xml appropriately to point the jar files. lib dir=../../contrib/uima/lib / lib

Re: Solr with UIMA

2012-04-20 Thread dsy99
Hi Rahul, Thank you for the reply. I tried by modifying the updateRequestProcessorChain as follows: updateRequestProcessorChain name=uima default=true But still I am not able to see the UIMA fields in the result. I executed the following curl command to index a file named test.docx curl

Re: Solr with UIMA

2012-04-19 Thread dsy99
Hi Chris, Are you been able to get success to integrate the UIMA in SOLR. I too tried to integrate Uima in Solr by following the instructions provided in README i.e. the following four steps: Step1. I set lib/ tags in solrconfig.xml appropriately to point the jar files. lib

What Interface to use for programming compatible filters in SOLR?

2012-02-24 Thread dsy99
Dear all, I want to include my own filter for analysis of tokens while indexing the documents in SOLR. Is there any explicit interface for programming compatible filters in SOLR? Please let me know the steps to be followed to use my own filters in Schema.xml file. I mean, If I create a java

Do SOLR supports Lemmatization

2012-02-21 Thread dsy99
Dear all, I want to know, do SOLR support Lemmatization? If yes, which in-built Lemmatizer class should be included in SOLR schema file to analyze the tokens using lemmatization rather than stemming. Thanks in advance. With Thanks Regds: Divakar Yadav -- View this message in context:

Re: How to index documents in SOLR running in Window XP envronment

2012-01-05 Thread dsy99
Dear Gora and all, Thank you very much for replying. My question is how to index documents (.XML, .pdf, .doc files) in Solr. I was trying using curl but it is not working in Windows XP environment. Do any one of you have any ready made program/DIH which I can use to index these types of files.

Unable to getting started with SOLR

2011-11-10 Thread dsy99
Hi all, Sorry for the in convenience caused if to anyone but I need reply for following. I want to work in Solr and for the same I downloaded it and started to follow the instruction provided in the Tutorial available at http://lucene.apache.org/solr/tutorial.html; to execute some examples