Hi,
the content of one document is completely contained in another,
but search for a special word I only get one document as result.
I am absolutely sure it is contained in the other document, but I will
only get the "parent" doc if I add a word.
Maybe I am doing something wrong with the way the
Where in Solr would I add my own services? Do I really want to do that?
For reinforcement learning reasons I would like to keep track of all
queries placed during an end user session, and as it expires I want
to feed this information to an aggregated class used by a request
handler.
I bel
So I'll start with an ad hoc session manager within Solr. Where in Solr
should I add such a service?
You may be able to get what you need with just installing something like
clickstream:
http://www.opensymphony.com/clickstream/
If you need to integrate custom user handling and solr reque
On Tuesday 16 October 2007 12:03, Maximilian Hütter wrote:
> the content of one document is completely contained in another,
> but search for a special word I only get one document as result.
> I am absolutely sure it is contained in the other document, but I will
> only get the "parent" doc if I
Hi,
now I played around with the snowball porter stemmer and it definitely
feels really good (used German2 as suggested).
For some cases (e.g. product types like top/tops, bermuda/bermudas or
hoody/hoodies) additionally we need synonyms. At first I thought it
would be good to use synonyms only at
Do I have to define the name/values as exactly same as acturl query
(order...)?
Here is actual query
indent=on&version=2.2&facet=true&facet.mincount=1
&facet.field=phys_state&facet.field=sic1&facet.limit=-1
&sort=sales_volume_us+desc&q=%28phys_country%3A%22United+States%22%29
&start=0&rows=20&fl
Hi,
Is there a way in solr to figure out which of the terms in the query
actually matched in the current search result.
for eg. searching for "xxx yyy zzz" in a document and say two documents
matched for the terms xxx and yyy but none had the token zzz in them.
So is there a way to query solr abo