Appropriate analyzer

2009-04-21 Thread Artyom Sokolov
Hello.

Currently I'm trying to find something like an analyzer to solve the
problem.

Actually, what I need is next: search on a query string step-by-step,
trimming last char on each step. Small example:

In index we've: abc, abcdef, xyz
When search on abcdefgh the most relevant result should be abcdef, while
searching on abcde the best one is abc.

Thanks.

Sincerely,
Artyom Sokolov


Using JBoss Cache as directory for Apache Lucene

2009-05-26 Thread Artyom Sokolov
Hello.

Has anyone tried to store Lucene index in JBoss Cache? Are there any
good implementations of Lucene Directory for it? I found
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/jbosscache-lucene/jbosscache/src/java/org/apache/lucene/store/jbosscache/
but I can't find any documentation or testimonials on it.

Basically what I would like to do is to store Lucene index in JBoss
Cache and manipulate it with application written with GridGain support
(GridGain supports JBoss Cache almost out of the box).

Please share your thoughts.

Thanks.

-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



Re: Using JBoss Cache as directory for Apache Lucene

2009-05-27 Thread Artyom Sokolov
Well, I'm just playing with these and trying to create distributed
search engine which could store index in JBoss Cache (data grid) and
manage index with GridGain (compute grid) intelligently. Consider one
has really huge index(es) to search (tens or hundreds of gigabytes).
One idea is to distribute it on several data nodes and when search or
index operation requested transfer it to the corresponding data node
and perform the action (or may be do it in parallel manner). Nodes
created by GridGain are members of p2p network so there won't be SPOF.

It's all just an idea, nothing more, so if you have something to say
please let me know. It will be appreciated. I am just starting to
learn it so if I'm getting wrong in some place please tell me that :)

Thanks.

On Wed, May 27, 2009 at 5:25 PM, Erick Erickson  wrote:
> Warning: I'm almost completely ignorant of JBoss Cache andGridGain.
>
> But it would be useful if you could tell us *why* you want to do this.
> If it's a question of speeding up Lucene queries, there are a number
> of things that you can do with Lucene itself that may be more
> appropriate, but without knowing what you're trying to accomplish it's
> hard to suggest much.
>
> Best
> Erick
>
> On Tue, May 26, 2009 at 6:19 PM, Artyom Sokolov  wrote:
>
>> Hello.
>>
>> Has anyone tried to store Lucene index in JBoss Cache? Are there any
>> good implementations of Lucene Directory for it? I found
>>
>> http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosscache/jbosscache-lucene/jbosscache/src/java/org/apache/lucene/store/jbosscache/
>> but I can't find any documentation or testimonials on it.
>>
>> Basically what I would like to do is to store Lucene index in JBoss
>> Cache and manipulate it with application written with GridGain support
>> (GridGain supports JBoss Cache almost out of the box).
>>
>> Please share your thoughts.
>>
>> Thanks.
>>
>> -
>> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: java-user-h...@lucene.apache.org
>>
>>
>

-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org



2.9 javadoc

2009-06-08 Thread Artyom Sokolov
Good time of day.

If I understand correctly next release will be 2.9. Where one could
find javadocs for it? I've searched in Hudson a bit but didn't find
anything.

Thanks.

-
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org