Re: Preserve XML hierarchy

2011-08-25 Thread _snake_
Hi Michael, Thanks for your help! I am using Apache Solr 3.2 on windows. I am trying to apply the 2 patches ( https://issues.apache.org/jira/browse/SOLR-2597?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#issue-tabs XMLCharFilter Patch ), but I have no idea to do that. W

Re: Problem using stop words

2011-08-24 Thread _snake_
I forgot to say that my stopwords file is in the same location as the schema file and the solrconfig file. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-using-stop-words-tp3274598p3280319.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem using stop words

2011-08-24 Thread _snake_
Thanks everybody for your help!! I change the stopwords file, and I only use one word per line, without start / ending spaces, and without comments. I change it to UTF-8. I am using the TermsComponent to suggest words to the user (JQuery UI Autocomplete). So, the stopwords are still showed here...