Re: Increase String length
You can use solr.TextField and KeywordTokenizer because it creates just a token with the input. bye -- View this message in context: http://lucene.472066.n3.nabble.com/Increase-String-length-tp3156430p3159454.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Increase String length
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.