Re: Question about search

2007-06-27 Thread tanya
06-26T10:56:20-05:00 globus-gatekeeper: PID: 15986 -- Notice: 5: Authorized as local uid: 12967 While searching in Luke with StandardAnalyzer I can find +uid +12967 but "No Results" +PID +15986 Any idea? Thanks, Tanya -

Question about search and analyzer

2007-06-26 Thread tanya
6: /local/stage1/usrlocal/vdt-1.6.1/globus/sbin/globus-gatekeeper pid=18390 starting at Sun Jun 24 20:32:28 2007 Any suggestions? Thanks, Tanya - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem using RAMDirectory as a buffer

2007-06-21 Thread Tanya Levshina
Hi, I confirm that it is working correctly in lucene 2.2.0 and not working in 2.1.0. Thanks a lot, Tanya -Original Message- From: Michael Busch [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 7:25 PM To: java-user@lucene.apache.org Subject: Re: Problem using RAMDirectory as a

RE: Problem using RAMDirectory as a buffer

2007-06-21 Thread Tanya Levshina
Hi, I am using lucene 2.1.0. I'll try to download 2.2 and test it. Thanks, Tanya -Original Message- From: Michael Busch [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 7:25 PM To: java-user@lucene.apache.org Subject: Re: Problem using RAMDirectory as a buffer Tanya Lev

RE: Problem using RAMDirectory as a buffer

2007-06-21 Thread Tanya Levshina
Nope, doesn't work. I've tried: ramWriter.addDocument(doc); ramWriter.flush(); ramWriter.close(); fsWriter.addIndexes(new Directory[] {ramDir,}); Any other suggestions? Thanks, Tanya PS As I said this is just a trivial test I created because it didn't work for m

RE: Problem using RAMDirectory as a buffer

2007-06-21 Thread Tanya Levshina
Hi, This example is taken almost exactly from "Lucene in Action" page #51. I would like to use RAMDirectory to add files and then flush it to disk. I've tried the most trivial example and it doesn’t work. So obviously I am doing something wrong. Tanya -Original Message---

Problem using RAMDirectory as a buffer

2007-06-21 Thread Tanya Levshina
ramWriter.addDocument(doc); fsWriter.addIndexes(new Directory[] {ramDir,}); ramWriter.close(); fsWriter.optimize(); fsWriter.close(); } } To run it just create index directory and do: java Test Any idea? Thanks a lot, Tanya

multiple questions about lucene

2007-06-13 Thread Tanya Levshina
_1 -Word_2 nothing is returned. I can not use slope because I have no idea about number of tokens between these two words. Any idea? Thanks, Tanya

RE: question about lucene

2007-06-01 Thread Tanya Levshina
Wow, it was fast! Thanks. Do you know about any existing application that is built on top of lucene that provides this functionality? Tanya -Original Message- From: Erick Erickson [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 7:18 AM To: java-user@lucene.apache.org Subject: Re

question about lucene

2007-06-01 Thread Tanya Levshina
Thanks a lot, Tanya