Index replication on windows
Hi I need to find a way to achieve effective index replication on a windows environment. From previous posts, I understand that the issue preventing the current solution from working stems from windows support of hard links. Has anyone made any progress on solving this issue? Or can anyone give good advice on possible solution concepts. I'm thinking that rather than using file-system tricks, perhaps there might be a simple means to switch the file system location that the index readers use within SOLR. thanks Andy
SpanQuery support
Hi, Do you know if it is currently possible to use the SpanQuery feature of Lucene in Solr 1.3. We would like to use nested span queries such as (("A B") near ("C D")). Do a request handler support such feature ? Or, any idea how could we perform ? Regards. -- Renaud Delbru
Re: SpanQuery support
Solr 1.3 will have query parser plugins... so you could write your own parser that utilized span queries. -Yonik On Feb 2, 2008 2:48 PM, Renaud Delbru <[EMAIL PROTECTED]> wrote: > Do you know if it is currently possible to use the SpanQuery feature of > Lucene in Solr 1.3. We would like to use nested span queries such as > (("A B") near ("C D")). > Do a request handler support such feature ? Or, any idea how could we > perform ?
Re: SpanQuery support
Thanks Yonik, I was looking at the discussion of SOLR-281. If I understand correctly, the task would be to write my own search component class, SpanQueryComponent that extends the SearchComponent class, then overwriting the declaration of the "query searchComponent" in solrconfig.xml: Then, I will be able to use directly my own query syntax and query component ? Is it correct ? Regards. Yonik Seeley wrote: Solr 1.3 will have query parser plugins... so you could write your own parser that utilized span queries. -Yonik On Feb 2, 2008 2:48 PM, Renaud Delbru <[EMAIL PROTECTED]> wrote: Do you know if it is currently possible to use the SpanQuery feature of Lucene in Solr 1.3. We would like to use nested span queries such as (("A B") near ("C D")). Do a request handler support such feature ? Or, any idea how could we perform ? -- Renaud Delbru, E.C.S., Ph.D. Student, Semantic Information Systems and Language Engineering Group (SmILE), Digital Enterprise Research Institute, National University of Ireland, Galway. http://smile.deri.ie/
Re: wildcard newbie question
My hunch is that your courseTitle field is being stemmed. What type is it and what is the definition of that type? "Struts" indexed with stemming would be "strut", thus no "struts*" words exist in the index. It's a tricky situation to deal with wildcards with such indexing analysis. Erik On Jan 30, 2008, at 6:31 PM, Alessandro Senserini wrote: I have a text field type called courseTitle and it contains Struts 2 If I search courseTitle:strut* I get the documents but if I search with courseTitle:struts* I do not get any results. Could you please explain why? Thanks. . The information contained in this e-mail message is intended only for the personal and confidential use of the recipient(s) named above. This message is privileged and confidential. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited.