Thanks Jack & Jason
-
Thanks
-K'Rider
--
View this message in context:
http://lucene.472066.n3.nabble.com/Use-case-for-storing-positions-and-offsets-in-index-tp4061376p4061890.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks Shawn. I'll reach out to Lucene discussion group.
-
Thanks
-K'Rider
--
View this message in context:
http://lucene.472066.n3.nabble.com/Storing-positions-and-offsets-vs-FieldType-IndexOptions-DOCS-AND-FREQS-AND-POSITIONS-AND-OFFSETS-tp4061354p4061457.html
Sent from the Solr - User ma
Can someone please tell me the usecase for storing term positions and offsets
in the index?
I am trying to understand the difference between storing positions/offsets
vs indexing positions/offsets.
Thanks
KR
-
Thanks
-K'Rider
--
View this message in context:
http://lucene.472066.n3.nabble
I see that Lucene 4.x has FieldInfo.IndexOptions that can be used to tell
lucene whether to Index Documents/Frequencies/Positions/Offsets.
We are in the process of upgrading from Lucene 2.9 to Lucene 4.x and I was
wondering if there was a way to tell lucene whether to index
docs/freqs/pos/offsets
Thanks Markus.
-
Thanks
-K'Rider
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-1-4-Proximity-Search-Where-is-configuration-for-storing-positions-tp4061315p4061325.html
Sent from the Solr - User mailing list archive at Nabble.com.
I have an index built using Solr 1.4 with one field.
I was able to run proximity search (Ex: word1 within5 word2) but no where in
the configuration I see any information about storing/indexing the positions
or offsets of the terms.
My understanding is that we need to store/index termvectors
positi
One other thing i forgot to mention is - multicore setup we have requires us
to be able to add cores dynamically and i am not sure if thats supported by
http solr out-of-the-box.
-
Thanks
-K'Rider
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Index-Concurrency-Is-
Thanks for the Reply Lance.
>From your post my understanding is that Solr commiters are more focussed on
http solr than EmbeddedSolrServer and EmbeddedSolrServer may not be tested
for all features supported by http solr.
Said that, can you please tell if there is any justification/usecase for
usin
Can someone please point to some samples on how to implement custom
SolrEventListeners?
Whats the default behavior of Solr when no SolrEventListeners are configured
in solrconfig.xml.
I am trying to understand how does custom listener fit in with default
listeners (if there are any)
Thanks
-K'Ri