Re: how to update specific document (record) of solr

2011-10-31 Thread viruslviv
As far as I know you can't update specific fields only. You should read your document, change some field and put the whole to the index back -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-specific-document-record-of-solr-tp3467929p3468077.html Sent from the Solr

Re: Increase String length

2011-07-11 Thread viruslviv
You can use TextField instead of StrField: -- View this message in context: http://lucene.472066.n3.nabble.com/Increase-String-length-tp3156430p3159059.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR-1194 workaround

2010-09-06 Thread viruslviv
Hello Solr community, I have the problem described in SOLR-1194: Query Analyzer not Invoking for Custom FiledType - When we use Custom QParser Plugin. Does anybody know how to apply fix for this instead of writing my own code that will perform the same job as analyzer does? Thanks in advance, Ze