Re: Search results problem

2007-10-23 Thread Yonik Seeley
On 10/23/07, Maximilian Hütter [EMAIL PROTECTED] wrote: ??? maxFieldLength only applies to the number of tokens indexed. You will always get the complete field back if it's stored, regardless of what maxFieldLength is. What I meant was, that it is different from just having a field with

Re: Search results problem

2007-10-22 Thread Yonik Seeley
On 10/19/07, Maximilian Hütter [EMAIL PROTECTED] wrote: Yonik Seeley schrieb: 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

Re: Search results problem

2007-10-19 Thread Maximilian Hütter
Yonik Seeley schrieb: 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

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 only get

Re: Search results problem

2007-10-17 Thread Pieter Berkel
There is a configuration option called maxFieldLength 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

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 maxFieldLength 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

Re: Search results problem

2007-10-17 Thread Pieter Berkel
Just to clarify, maxFieldLength 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

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 maxFieldLength 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

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 may

Re: Search results problem

2007-10-16 Thread Daniel Naber
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 add a