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
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
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
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