[ 
https://issues.apache.org/jira/browse/LUCENE-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546304
 ] 

Mark Miller commented on LUCENE-1026:
-------------------------------------

Hey Shai,

These fixes are great and I will incorporate them all.

I worked this up very quickly based on other less general code I am using. 
While I have not yet used this code for a project, it will be the framework 
that I migrate to for future projects. It should see much more development 
then. I am very eager to add some Searcher warming for one. Also, the tests 
where whipped together quite quickly. I appreciate your efforts at cleaning 
them up.

Buffing up the SearchServer code to production level will also be on my list.

Thanks for your improvements -- if you do any more work, keep me posted.

- Mark

> Provide a simple way to concurrently access a Lucene index from multiple 
> threads
> --------------------------------------------------------------------------------
>
>                 Key: LUCENE-1026
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1026
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Index, Search
>            Reporter: Mark Miller
>            Priority: Minor
>         Attachments: DefaultIndexAccessor.java, 
> DefaultMultiIndexAccessor.java, IndexAccessor.java, 
> IndexAccessorFactory.java, MultiIndexAccessor.java, shai-IndexAccessor.zip, 
> SimpleSearchServer.java, StopWatch.java, TestIndexAccessor.java
>
>
> For building interactive indexes accessed through a network/internet 
> (multiple threads).
> This builds upon the LuceneIndexAccessor patch. That patch was not very 
> newbie friendly and did not properly handle MultiSearchers (or at the least 
> made it easy to get into trouble).
> This patch simplifies things and provides out of the box support for sharing 
> the IndexAccessors across threads. There is also a simple test class and 
> example SearchServer to get you started.
> Future revisions will be zipped.
> Works pretty solid as is, but could use the ability to warm new Searchers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to