Re: deleted segments.gen

2010-04-03 Thread stockii
i got the same problem. twice, deleting of index helped, but why happens ? solr runs and seems so all is okay. and after a time. i got the FileNotFoundException segement_XXX.gen is missing ... ^^ =( -- View this message in context:

Re: Related terms/combined terms

2010-04-03 Thread MitchK
It sounds a little bit like clustering. Have a look at ClusteringComponent in the wiki. http://wiki.apache.org/solr/ClusteringComponent Does this fits your needs? Kind regards - Mitch -- View this message in context: http://n3.nabble.com/Related-terms-combined-terms-tp694083p694682.html

Minimum Should Match the other way round

2010-04-03 Thread MitchK
Hello, I want to tinkle a little bit with Solr, so I need a little feedback: Is it possible to define a Minimum Should Match for the document itself? I mean, it is possible to say, that a query this is my query should only match a document, if the document matches 3 of the four queried terms.

Remplicas not deleting old index.* folders

2010-04-03 Thread Peter Sturge
Hi, I've got a question regarding remplication index.timestamp folders - can anyone help? Note: There is a somewhat related thread here: http://www.lucidimagination.com/search/document/15a740cca17eed56/solr_1_4_replication_index_directories#e4b0af2f321204d7 I have a remplica that is pushed

Re: selecting documents older than 4 hours

2010-04-03 Thread herceg_novi
Ok, Field type is as follows: fieldType name=date class=solr.DateField sortMissingLast=true omitNorms=true/ field name=last_update_date type=date indexed=true stored=true/ I changed date to # date Wed Mar 31 19:50:48 PDT 2010 Run the query:

Re: Remplicas not deleting old index.* folders

2010-04-03 Thread Peter Sturge
Upon further investigation of this, I believe this is potentially quite a serious situation for remplication servers. In SOLR-561, the 'create a new index.time folder' concept was introduced mainly, as I understand it, because Windows locks files/folders that are in use. I'm not sure why this is