On Dec 30, 2008, at 4:38 PM, Smiley, David W. wrote:
Grant, the Solr wiki recommends doing expansion at index time and
gives reasons:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#head-2c461ac74b4ddd82e453dc68fcfc92da77358d46
I personally think "recommends" is too strong of a
Hello,
I have a set of documents in which I have different classes of fields that I
would like to search separately. For example, I would like to search the
HTML body and title of a webpage using one set of keywords, and the page
author using another set. I cannot use the dismax parser for this pr
: The other issue relates to providing (count) feedback for disjoint selections.
: When a facet value is selected this constrains the documents and solr returns
: the counts for all the other facet values. Thus the user can see all the
: possible valid selections (i.e. having a count >0) and the n
: We have an architecture where we want to flip the solr data.dir (massive
: dataset) while running and serving search requests with minimal downtime.
...
: 1) What is the fastest / best possible way to get step 1 done ,through a
: pluggable architecture.
:
: Currently - I have written a
I can reproduce the error using example of current trunk.
I'm seeing what wrong now...
Koji
vinay kumar kaku wrote:
you mean query term? if so i do have ?q=xyz etc... if not what is that parameter you are talking about?i will send to only one mailing list here on.thanks,vinay> Date: Mon, 29 Dec
: Is it possible to incrementally index given document? Meaning, I would
: like to index filed with large size separate request so that even if it
: fails I would have basic document indexed.
if i'm understanding your question, you mean you want to be able to send
seperate requests to index vari
: So, my question is whether adding termVectors="true" to a couple of schema
: fields will work similarly to adding new fields, where the updated documents
: will get the vectors added and the others won't get them but will continue
: to work, allowing me to rebuild "in the background" while not b
Vinay,
This is a bug. I opened SOLR-947. The fix will be committed shortly.
So please try the next nightly build.
Thank you,
Koji