solr and uima dictionary annotator

2015-05-28 Thread hossmaa
n the analyzed field, it is also added just as many times to the mapped field (i.e. my tags). Is there a way to control/disable this? Thanks! Regards Andreea -- View this message in context: http://lucene.472066.n3.nabble.com/solr-and-uima-dictionary-annotator-tp4208359.html Sent from the Solr -

Solr and UIMA, capturing fields

2015-02-13 Thread Tom Devel
Hi, I successfully combined Solr and UIMA with the help of https://wiki.apache.org/solr/SolrUIMA and other pages (and am happy to provide some help about how to reach this step). Right now I can run an analysis engine and get some "primitive" feature/fields which I specify in the

Solr and UIMA #2

2011-01-04 Thread Tommaso Teofili
adata while indexing documents (pull) . I'm going to write some documentation about Solr and UIMA on http://wiki.apache.org/solr/SolrUIMA . Cheers, Tommaso [1] : http://svn.apache.org/repos/asf/uima/sandbox/trunk/Solrcas/ [2] : https://issues.apache.org/jira/browse/SOLR-2129

Re: Solr and UIMA

2010-03-02 Thread JCodina
generation of thinks like "the|AD car|NC " which then can be processed using payloads. now you can get it from my page http://www.barcelonamedia.org/personal/joan.codina/en http://www.barcelonamedia.org/personal/joan.codina/en -- View this message in context: http://old.nabble.com/Sol

Re: Solr and UIMA

2010-02-23 Thread Roland Cornelissen
Hi Joan, I'm curious to try your Solr-Cas consumer. Do you have news already ;-) Roland On 02/11/2010 03:15 PM, JCodina wrote: > > Things are done :-) > > now we already have done the UIMA CAS consumer for Solr, > we are making it public, more news soon. > > We have also been developing

Re: Solr and UIMA

2010-02-11 Thread JCodina
with paylodas in the list. It works the same way than the stopsFilterFactory you can find it at my page: http://www.barcelonamedia.org/personal/joan.codina/en http://www.barcelonamedia.org/personal/joan.codina/en -- View this message in context: http://old.nabble.com/Solr-and-UIMA

Re: Solr and UIMA

2009-07-24 Thread Jussi Arpalahti
ilar to >>>> lucas to define the ouput and in the solr schema to define how this is >>>> processed. >>>> >>>> >>>> I want to use it in order to index something that is common but I >>>> can't get >>>> any tool to do that with sol:

Re: Solr and UIMA

2009-07-24 Thread JCodina
hen generates a multitoken that is sent to the backend that has the next again on single tokens... Joan -- View this message in context: http://www.nabble.com/Solr-and-UIMA-tp24567504p24639814.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr and UIMA

2009-07-23 Thread Grant Ingersoll
://www.lucidimagination.com/ Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene: http://www.lucidimagination.com/search -- View this message in context: http://www.nabble.com/Solr-and-UIMA-tp24567504p24590509.html Sent from the Solr - User mailing list archive at Nabble.com. ---

Re: Solr and UIMA

2009-07-21 Thread JCodina
>> moment > > What does Lucas do with Lucene? Is it putting multiple tokens at the > same position or using Payloads? > > -- > Grant Ingersoll > http://www.lucidimagination.com/ > > Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) > using Solr/Lucene: > http://www.lucidimagination.com/search > > > -- View this message in context: http://www.nabble.com/Solr-and-UIMA-tp24567504p24590509.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr and UIMA

2009-07-21 Thread Grant Ingersoll
On Jul 20, 2009, at 6:43 AM, JCodina wrote: D: Break things down. The CAS would only produce XML that solr can process. Then different Tokenizers can be used to deal with the data in the CAS. the main point is that the XML has a the doc and field labels of solr. I just committed the Delim

Solr and UIMA

2009-07-20 Thread JCodina
is in order to include multiple fields and start coding the semantic information. So, before starting, i would like to know your opinions and if anyone is interested to collaborate, or has some code that can be integrated into this. -- View this message in context: http://www.nabble.com/Solr-and-