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
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
: 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.
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
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
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
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