Re: lucene index details

2009-02-22 Thread Matt Ronge
On Feb 19, 2009, at 5:17 AM, Seid Mohammed wrote: I am new to lucene, and reading lucene in action book sometimes, i better understand when somone tell me an answer than a book. my queston is when indexing, what actually lucene is doing? if i have a file called test.txt with contents " luce

Re: "Near" force in query server side?

2009-02-22 Thread Matt Ronge
On Feb 19, 2009, at 6:19 AM, Ian Vink wrote: Once my app gets the query string from the user, is there a way to tell the query engine to only return documents where these words are at most 5 words apart? I can't tell the user to change their query, I have to do it server side. I would s

Re: Text extraction tool for Microsoft Office 2007

2009-02-22 Thread Michael McCandless
Also, that chapter (7) has been rewritten in the revised Lucene in Action (available through Manning's early access now); it's now based entirely on Tika. But, note that Tika only just recently is able to extract text from Office 2007 (I think): https://issues.apache.org/jira/browse

Re: Faceted Search using Lucene

2009-02-22 Thread Amin Mohammed-Coleman
Hi Sorry to re send this email but I was wondering if I could get some advice on this. Cheers Amin On 16 Feb 2009, at 20:37, Amin Mohammed-Coleman wrote: Hi I am looking at building a faceted search using Lucene. I know that Solr comes with this built in, however I would like to t

Re: Faceted Search using Lucene

2009-02-22 Thread Marcelo Ochoa
Hi Amin: Please take a look a this blog post: http://sujitpal.blogspot.com/2007/04/lucene-search-within-search-with.html Best regards, Marcelo. On Sun, Feb 22, 2009 at 1:18 PM, Amin Mohammed-Coleman wrote: > Hi > > Sorry to re send this email but I was wondering if I could get some advice > o

Question on Proximity Search in Lucene Query

2009-02-22 Thread Vasudevan Comandur
Hi, I have a question on the proximity query usage in Lucene Query Syntax. The documentation says "W1 W2"~5 means W1 and W2 can occur within 5 words. Here W1 & W2 represents Words. What happens when I give "W1 W2 W3 W4"~25 as proximity query? Does it treat each word pairs (W1, W2) , (

Re: Faceted Search using Lucene

2009-02-22 Thread Amin Mohammed-Coleman
Hi Thanks just what I needed! Cheers Amin On 22 Feb 2009, at 16:11, Marcelo Ochoa wrote: Hi Amin: Please take a look a this blog post: http://sujitpal.blogspot.com/2007/04/lucene-search-within-search-with.html Best regards, Marcelo. On Sun, Feb 22, 2009 at 1:18 PM, Amin Mohammed-Coleman >