search WITH or WITHOUT accents (selection at runtime) + highlights

2014-03-25 Thread elfu
Hello, I have the following problem to resolve using solr : search WITH or WITHOUT accents (selection at runtime) + highlights how can i configure the schema to realize this ? for example: inputString "aaa près bbb pres" A) accent sensitive 1.search for *près* highlight ="a

Re: search WITH or WITHOUT accents (selection at runtime) + highlights

2014-03-26 Thread elfu
HI, let's say i have to index 10.000.000 documents (content from file documents) .. in this case storing content twice can be a problem... (or not if i can use external storage for content - the same content file) As i understand, the highlighter process use text from "hl.fl" field using this

req info : SOLRJ and TermVector

2013-10-16 Thread elfu
hi, can i access TermVector information using solrj ? thx, elfu

config EmbededSolrServer and ComplexPhrase

2013-08-29 Thread elfu
Hi, i am a beginner and i try to use EmbededSolrServer with ComplexPhrase plugin ... i create bin/lib folder in solrhome and copy the ComplexPhrase.jar inside i modify the solrconfig.xml  added and   when i try to execute the complexphrasequery  java.lang.IllegalAccessError: tr