Re: Iso accents and wildcards

2009-10-30 Thread jfmelian
if the request contains any wilcard then filters are not called : no ISOLatin1AccentFilterFactory and no SnowballPorterFilterFactory ! "économie" is indexed to "econom" solr don't found : - term starts with "éco" (éco*) - term starts with "economi" (economi*) if you index manger, mangé an

Re: is EmbeddedSolrServer thread safe ?

2009-10-22 Thread jfmelian
thanks - "Noble Paul നോബിള്‍ नोब्ळ्" a écrit : | yes | | On Thu, Oct 22, 2009 at 2:38 PM, wrote: | > at SolrJ wiki page : | http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer | > | > "CommonsHttpSolrServer is thread-safe and if you are using the | following constructor, | > you *MUST* re

is EmbeddedSolrServer thread safe ?

2009-10-22 Thread jfmelian
at SolrJ wiki page : http://wiki.apache.org/solr/Solrj#EmbeddedSolrServer "CommonsHttpSolrServer is thread-safe and if you are using the following constructor, you *MUST* re-use the same instance for all requests. ..." But is it the same for EmbeddedSolrServer ? Best regards Jean-François

browse terms of index

2009-10-15 Thread jfmelian
Hi I use a sample embedded Apache Solr to create a Lucene index with few documents for tests purpose. Documents have text string, sint, sfloat, bool, and date fields, each of them are indexed. At this time they are also stored but only the ids documents will be stored at the end. I want to