Found 82,082 results in 0.021 seconds. Displaying page 10 of 8,209, sorted by
Sent 2010-08-31 by Simon Wistow <simon@...>
On Wed, Sep 01, 2010 at 01:05:47AM +0100, me said:
> I'm trying to index a latLon field.
>
>
>
Turns out changing it to
Sent 2010-08-31 by Simon Wistow <simon@...>
I'm trying to index a latLon field.
I have a fieldType in my schema.xml that looks like
and a field that looks like
I'm trying upload via the JSON...
Sent 2010-08-31 by Erick Erickson <erickerickson@...>
keywordtokenizerfactory interprets the entire input as a single token, so
this could
be a problem for you. For instance, the text:
bloom2000.de is some text
will get indexed as a single token. Seaches on "some" or "text" won't match.
This
may be what you're looking for, but....
I really think Mi...
Sent 2010-08-31 by Erick Erickson <erickerickson@...>
Really look at the analysis page in solr admin for how your
analyzer chain handles things, or you'll spend time until you're
really old having trouble :).
Here's what I see on a quick scan:
> StandardTokenizer tries to, among other things, preserve
email addresses. The kinds of strings you're w...
Sent 2010-08-31 by Erick Erickson <erickerickson@...>
In addition to Tomas' question, be aware that if you're already indexed
data, the stemming has already been done, you'll have to re-index
to get the "right" tokens in there.
Best
Erick
On Tue, Aug 31, 2010 at 6:08 AM, Tomas wrote:
> Shaui, are you using a WordDelimit...
Sent 2010-08-31 by John Roberts <jsrober@...>
Hello,
We need an experienced Solr and JSP / JSTL developer to create web
applications for data retrieval. You'll write Java code to transform data
from its native format into the format required for Solr indexing. You'll
then build a web application to enable users to search the data and view
r...
Sent 2010-08-31 by Geert-Jan Brits <gbrits@...>
concerning:
> . I got a very big text file of synonyms. How I can use it? Do I need to
index this text file first?
have you seen
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#SynonymFilter ?
Cheers,
Geert-Jan
Sent 2010-08-31 by romiawasthy <romiawasthy@...>
How do I use this feature, is there some parameter that I need to specify in
the update request?
curl
http://localhost:8983/solr/update/csv?stream.file=exampledocs/books.csv&stream.contentType=text/plain;charset=utf-8
--
View this message in context: http://lucene.472066.n3.nabble.com/Resume-S...
Sent 2010-08-31 by "Ma, Xiaohui (NIH/NLM/LHC) [C]" <xiaohui@...>
Hello,
I have an couple of questions about synonyms.
1. I got a very big text file of synonyms. How I can use it? Do I need to index this text file first?
2. Is there a way to do synonyms' highlight in search result?
3. Does anyone use WordNet to solr?
Thanks so much in advance,
Sent 2010-08-31 by Chris Hostetter <hossman_lucene@...>
An upcoming Webinar sponsored by my employeer that folks might be
interested in...
From RDBMS to Apache Solr/Lucene
Open Source Search for database developers
September 8, 2010 - 09:00 PDT, 12:00 EDT, 16:00 GMT
Hosted by Bitpipe.com and sponsored by Lucid Imagination
Click here to si...