Re: Find out why a document wasn't found

2011-08-31 Thread occurred
Hi Oleg, ah, maybe there is a misunderstanding. With document I meant a record in the index not a file. The records are indexed via a DB. cheers Charlie -- View this message in context: http://lucene.472066.n3.nabble.com/Find-out-why-a-document-wasn-t-found-tp3297821p3297875.html Sent from the

Re: Custom FilterFactory is when called

2011-08-31 Thread occurred
Sorry, it's been a long time since my last post... Now I found out that the only goog solution is too do a core reload: http://wiki.apache.org/solr/CoreAdmin#RELOAD It's been working very good for our needs. -- View this message in context: http://lucene.472066.n3.nabble.com/Custom-FilterFactor

Custom FilterFactory is when called

2011-08-22 Thread occurred
Hi, I've created my own custom FilterFactory or better to say rewritten an existing one: KeywordMarkerFilterFactory to: CachingKeywordMarkerFilterFactory It will/should reload the protwords every minute. But now I found out that this FilterFactory is only called a few times when me server startu

Re: Search with Synonyms in two fields

2011-06-05 Thread occurred
ition to > field1 even though you didn't ask for it. > > This is separate from synonyms, with or without synonyms. > > Depending on what you're really trying to accomplish, there may be a > simple answer. > > From: occurred [[hid

Re: Search with Synonyms in two fields

2011-06-05 Thread occurred
Yeah, this is also a way to go. Was thinking about it, but isn't a very beautiful solution. cheers Charlie Am 05.06.11 00:51, schrieb lee carroll [via Lucene]: > your app can do the above search? > > On 4 June 2011 20:42, occurred <[hidden email] > > wrote: > > &

Re: Search with Synonyms in two fields

2011-06-04 Thread occurred
sure if this is what you mean: > copy field1 to field2 and for field 2 apply your analysis chain with > your synonym list > > query something like field1:DE123 and field2:DE123 > > or have i missed the point, if so can you clarify your use case > > cheers lee c > > On 4 Ju

Search with Synonyms in two fields

2011-06-04 Thread occurred
Hello, a query will be like this: field1:(DE123) my synonyms are: DE123 => 123,456,789 then SOLR should search in field1 for DE123 and in another specified field for the synonyms so for example: in field2 for 123 OR 456 OR 789 is this somehow possible? cheers Charlie -- View this message in