Re: How to search a DataImportHandler solr index

2008-10-25 Thread Noble Paul നോബിള്‍ नोब्ळ्
oh. There is nothing wrong with indexing or querying. Solr cannot store or return a document like flash 50x50 100x100 gif 50x50 100x100 Solr/Lucene Document is not really an object tree. It

Re: Entity extraction?

2008-10-25 Thread Julien Nioche
Hi, Open Source NLP platforms like GATE (http://gate.ac.uk) or Apache UIMA are typically used for these types of tasks. GATE in particular comes with an application called ANNIE which does Named Entity Recognition. OpenCalais does that as well and should be easy to embed, but it can't be tuned to

Re: customizing results in StandardQueryHandler

2008-10-25 Thread Chris Hostetter
: Subject: customizing results in StandardQueryHandler : In-Reply-To: <[EMAIL PROTECTED]> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email.

Re: Lucene project & subprojects news RSS feed?

2008-10-25 Thread Grant Ingersoll
I don't believe there is one, but a patch would be welcome to add one. On Oct 24, 2008, at 6:46 PM, David Smiley @MITRE.org wrote: On the main lucene web page: http://lucene.apache.org/index.html There is a list of news items spanning all the lucene subprojects. Does anyone know if there is

Query problem related to * symbol

2008-10-25 Thread Aleksey Gogolev
Hello. I made this query: http://localhost:8983/solr/select/?q=suggestion:ipod+nano+80* and response contains the following doc: - 04adea06fcfdc939feec63799045076c apple ma045 for ipod 80gb nano

Re: Query problem related to * symbol

2008-10-25 Thread Yonik Seeley
On Sat, Oct 25, 2008 at 2:00 PM, Aleksey Gogolev <[EMAIL PROTECTED]> wrote: > I made this query: > http://localhost:8983/solr/select/?q=suggestion:ipod+nano+80* Note that in Lucene syntax, this query is equivalent to suggestion:ipod default_field:nano default_field:80* For debugging, add debugQue

Re: Entity extraction?

2008-10-25 Thread Vaijanath N. Rao
Hi, One can use the OpenNLP Max entropy library and create there own named-entity extraction. I had used it in one of the projects which I did with Solr. It is easy to integrate most of the NLP libraries with Solr. Though we had named-entity extraction embedded in our crawler which would popu