ok, i was looking for all types of "max...." but somehow didn't saw the maxFieldLength. this is a global parameter, right? can this be defined on a field basis?
global would be enough at the moment. thank you > -----Ursprüngliche Nachricht----- > Von: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] > Gesendet: Freitag, 5. Februar 2010 11:35 > An: solr-user@lucene.apache.org > Betreff: Re: (default) maximum chars per field > > On Fri, Feb 5, 2010 at 3:56 PM, > <markus.rietz...@rzf.fin-nrw.de> wrote: > > > hi, > > what is the default maximum charsize per field? i found a macChars > > paramater for copyField but i don't think, that this is what i am > > looking for. > > > > we have indexed some documents via tika/solrcell. only the > beginning of > > these documents can be searched. where can i define the > maximum size of > > a document/field that will be indexed? at the moment we do > the updates > > via xml upload. is there a maxsize for this xml. in > solconfig.xml i have > > found "multipartUploadLimitInKB=2048000", that means 2 GB > would be the > > max size to post. that would be enough... > > > > > Increase maxFieldLength in your solrconfig.xml. The default is 10KB. > > -- > Regards, > Shalin Shekhar Mangar. >