I have a site where users need to be able to execute queries that contain long quoted strings. The site is using Apache Solr with the EDismax parser enabled. When users enter phrases that have more than ~128 characters, Solr fails to return any results. When they enter shorter phrases, Solr returns valid results. It appears that Solr is imposing a limit on phrase lengths. Is this interpretation correct? If so, is it possible to increase this limit?
-- View this message in context: http://lucene.472066.n3.nabble.com/Maximum-Phrase-Length-in-edismax-tp4005290.html Sent from the Solr - User mailing list archive at Nabble.com.