Found 121,742 results in 0.051 seconds. Displaying page 3 of 12,175, sorted by
Sent 2010-08-31 by Schreiner Wolfgang <Wolfgang.Schreiner@...>
Hi,
Thank you all for your time to answer my questions!
However there are a few more issues which are not quite clear yet and hope to get advice on those too:
1.) How is the index maintained? In another product where we use an indexer different from Lucene, we got one central index and a few JB...
Sent 2010-08-31 by alokdayal <dayalalok@...>
Dear all,
I am trying to run the sample application given in your
website(SolrNet-0.2.3-sample) by using apache-Solr-1.4.0 and its giving me
error: "Couldn't connect to Solr. Please make sure that Solr is running on
http://localhost:8080/solr
Though solr on the given location is running and sho...
Sent 2010-08-31 by Apache Hudson Server <hudson@...>
See
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Sent 2010-08-31 by Simon Willnauer <simon.willnauer@...>
Seems like a clover problem - first unittest run was successful though.
On Tue, Aug 31, 2010 at 6:57 AM, Apache Hudson Server
wrote:
> See
>
> Changes:
>
> [rmuir] LUCENE-2629: fix analysis/icu's gennorm2...
Sent 2010-08-31 by Apache Hudson Server <hudson@...>
See
Changes:
[rmuir] LUCENE-2629: fix analysis/icu's gennorm2 task
[rmuir] LUCENE-2629: fix analysis/icu's gennorm2 task
[gsingers] LUCENE-2272: fix payload near scoring/explain problem
[mikemccand] fix false random test failur...
Sent 2010-08-30 by Paulo Avelar <phavelar@...>
Nope,
but if you find out, please let us know.
It sounds very interesting.
Thanks
Paulo
On Sun, Aug 1, 2010 at 8:29 AM, adasal wrote:
> Does anyone on the list know about the nature of this research or
> collaboration:-
> A search engine based on '25 years of cutting edg...
Sent 2010-08-30 by Erick Erickson <erickerickson@...>
"if you do not have access to the original contents" is the key if Uwe's
comment. You do not need a separate field at all, it all depends upon
your situation. There's no problem in indexing AND storing f field.
HTH
Erick
On Sun, Aug 29, 2010 at 11:33 PM, Constantine Vetoshev
Sent 2010-08-30 by Apache Hudson Server <hudson@...>
See
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
Sent 2010-08-30 by Grant Ingersoll <gsingers@...>
I'm pleased to announce the very first ever RTP area (Raleigh, Durham, Chapel Hill NC) Lucene/Solr meetup on Sept. 21. The event will be held at Lulu Press and co-sponsored by Lucid Imagination. To learn more and RSVP, please see http://www.meetup.com/RTP-Apache-Solr-Lucene-Meetup/
Hope to see...
Sent 2010-08-30 by Ted Dunning <ted.dunning@...>
Jenny is correct. Opening and closing is expensive. The reason is that
most updates are memory-only, but closing an index forces writes to disk
which involves expensive serialization.
On Mon, Aug 30, 2010 at 8:42 AM, Jenny Brown wrote:
> On Mon, Aug 30, 2010 at 2:53 AM, R...