Hi Sujit,
The Http parameters ordering is above the SOLR level. Don't think this could
be controlled at SOLR level.
You can append all required values in a single Http param at then break at
your component level.
Regds
Pravesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/
Phill,
You can find a lot of blog posts describes how to sort results by an
external field. FWIW, LucidWorks Enterprise has something like relevance
feedback framework.
Regards
On Sat, Mar 17, 2012 at 4:39 AM, Phill Tornroth wrote:
> I'm puzzled on whether or not Solr is the right system for so
Sure it does
http://my.safaribooksonline.com/book/web-development/9781847195883/indexing-data/ch03lvl1sec03#X2ludGVybmFsX0ZsYXNoUmVhZGVyP3htbGlkPTk3ODE4NDcxOTU4ODMvNjg=
On Sat, Mar 17, 2012 at 2:55 AM, vybe3142 wrote:
> Hi,
> Is there a way for SOLR / SOLRJ to index files directly bypassing HTT
Thanks for the tip Hoss.
I notice that it appears sometimes and was varying because my index runs
would sometimes have different amount of docs, etc.
So all I want to do is a simple "all docs with something in this field,
and to highlight the field".
Is the query expansion to "all possible term
Thanks Pravesh,
Yes, converting the myparam to a single (comma-separated) field is probably the
best approach, but as I mentioned, this is probably a bit too late for this to
be practical in my case...
The myparam parameters are facet filter queries, and so far order did not
matter, since the
Nodes talk to ZooKeeper as well as to each other. You can see the addresses
they are trying to use to communicate with each other in the 'cloud' view of
the Solr Admin UI. Sometimes you have to override these, as the detected
default may not be an address that other nodes can reach. As a limited
Usually these are just 'facets' with a one-to-one mapping to the
document. You add a category field and add a string for each document.
Then, when you do a search add parameters to include facets. Here is
the main wiki page:
http://www.lucidimagination.com/search/link?url=http://wiki.apache.org/so
DIH sets the time of update to the start time not the end time,
So when the index is rebuilt, if you run an delta and use the update time you
should be okay. We normally go back a few minutes to make sure we have all s a
fail safe as well.
Sent from my Mobile device
720-256-8076
On Mar 14, 201