Re: Which terms in the query match

2007-10-17 Thread Bertrand Delacretaz
On 10/16/07, Nishant Soni <[EMAIL PROTECTED]> wrote: > ...So is there a way to query solr about which of the tokens in the query > actually matched ?... The analyzer admin page should help, see http://wiki.apache.org/solr/FAQ#head-b25df8c8393bbcca28f1f344c432975002e29ca9 -Bertrand

Re: Which terms in the query match

2007-10-17 Thread Nishant Soni
Thanks for the tip but I guess I should have been more specific. I want to do it programmatically on the fly and use those results in other ways. Essentially what I want to do is this: 1. Query for a set of terms against a field - 2. do a second query on the results of the first query for the

Re: Search results problem

2007-10-17 Thread Maximilian Hütter
Daniel Naber schrieb: > 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 >> o

Re: Search results problem

2007-10-17 Thread Pieter Berkel
There is a configuration option called "" in solrconfig.xmlwith the default value of 10,000. You may need to increase this value if you are indexing fields that are longer. On 17/10/2007, Maximilian Hütter <[EMAIL PROTECTED]> wrote: > > Daniel Naber schrieb: > > On Tuesday 16 October 2007 12:03

Re: Search results problem

2007-10-17 Thread Thorsten Scherler
On Wed, 2007-10-17 at 20:44 +1000, Pieter Berkel wrote: > There is a configuration option called "" in > solrconfig.xmlwith the default value of 10,000. You may need to > increase this value if > you are indexing fields that are longer. > Is there a way to define a unlimited value? Like -1? TIA

Re: Search results problem

2007-10-17 Thread Pieter Berkel
Just to clarify, refers to the maximum number of *terms* that will be indexed per field, not the character length of the field (I wasn't clear about that in my previous post). Unfortunately there is no way to specify an unlimited value, although if you set it to a suitably large value, you should

Re: Search results problem

2007-10-17 Thread Maximilian Hütter
Thorsten Scherler schrieb: > On Wed, 2007-10-17 at 20:44 +1000, Pieter Berkel wrote: >> There is a configuration option called "" in >> solrconfig.xmlwith the default value of 10,000. You may need to >> increase this value if >> you are indexing fields that are longer. >> > > Is there a way to de

Re: End user session tracking

2007-10-17 Thread Karl Wettin
16 okt 2007 kl. 17.12 skrev Ryan McKinley: So I'll start with an ad hoc session manager within Solr. Where in Solr should I add such a service? I am using a custom filter that extends SolrDispatchFilter. Alright, thanks! -- karl

Re: Search results problem

2007-10-17 Thread Yonik Seeley
On 10/17/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote: > I also found this: > > "Controls the maximum number of terms that can be added to a Field for a > given Document, thereby truncating the document. Increase this number if > large documents are expected. However, setting this value too high

GET_SCORES flag in SolrIndexSearcher

2007-10-17 Thread John Reuning
The scores list in DocIterator is null after a successful query. There's a flag in SolrIndexSearcher, GET_SCORES, that looks like it should trigger setting the scores array for the resulting DocList, but I can't figure out how to set it. Any suggestions? I'm using the svn trunk code. Many t

Solr + Tomcat Undeploy Leaks

2007-10-17 Thread Stu Hood
Hello, I'm using the Tomcat Manager app with 6.0.14 to start and stop Solr instances, and I believe I am running into a variant of the linked issue: http://wiki.apache.org/jakarta-commons/Logging/UndeployMemoryLeak?action=print According to `top`, the 'size' of the Tomcat process reaches the li

Re: Solr, operating systems and globalization

2007-10-17 Thread Chris Hostetter
: However, SolrSharp culture settings should be reflective and consistent with : the solr server instance's culture. This leads to my question: does Solr : control its culture & language settings through the various language : components that can be incorporated, or does the underlying OS have a

Re: Solr, operating systems and globalization

2007-10-17 Thread Jeff Rodenburg
Thanks for the comments Hoss. More notes embedded below... On 10/17/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > > : However, SolrSharp culture settings should be reflective and consistent > with > : the solr server instance's culture. This leads to my question: does > Solr > : control its

multilingual list of stopwords

2007-10-17 Thread Maria Mosolova
Hi, I am looking for a multilingual list of stopwords to use with Solr/Lucene and would greatly appreciate an advice on where I could find it. Thanks, Maria

Re: Solr, operating systems and globalization

2007-10-17 Thread Chris Hostetter
: This is exactly the scenario. Ideally what I'd like to achieve is for : Solrsharp to discover the culture settings from the targeted Solr instance : and set the client in appropriate position. well ... my point is there shouldn't be any cultural settings on the "targeted" Solr server that the