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
> ??? 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 all
the tokens compared to using copyField to copy all th
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 docu
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
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
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
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
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
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
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
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,
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
12 matches
Mail list logo