Re: Indexing and Searching linked files

2010-01-19 Thread Erick Erickson
used one field for the content of all files and they just could > not be appended anymore. > > --- Erick Erickson schrieb am Di, 19.1.2010: > > > Von: Erick Erickson > > Betreff: Re: Indexing and Searching linked files > > An: java-user@lucene.apache.org > > Datum:

Re: Indexing and Searching linked files

2010-01-19 Thread Danil Ε’ORIN
t; to avoid is that the whole content of some files can not be found because I > used one field for the content of all files and they just could not be > appended anymore. > > --- Erick Erickson schrieb am Di, 19.1.2010: > >> Von: Erick Erickson >> Betreff: Re: Ind

Re: Indexing and Searching linked files

2010-01-19 Thread Anna Hunecke
files can not be found because I used one field for the content of all files and they just could not be appended anymore. --- Erick Erickson schrieb am Di, 19.1.2010: > Von: Erick Erickson > Betreff: Re: Indexing and Searching linked files > An: java-user@lucene.apache.org > Da

Re: Indexing and Searching linked files

2010-01-19 Thread Erick Erickson
What field size limit are you talking about here? Because 10,000 tokens is the default, but you can increase it to Integer.MAX_VALUE. So are you really talking billions of tokens here? Your index quickly becomes unmanageable if you're allowing it to grow by such increments. One can argue, IMO, th

Indexing and Searching linked files

2010-01-19 Thread Anna Hunecke
Hi! I have been working with Lucene for a while now. So far, I found helpful tips on this list, so I hope somebody can help me with my problem: In our app information is grouped in so-called cards. Now, it should be made possible to also search on files linked to the cards. You can link arbitrar