Seeking Senior Java Developer with Lucene Experience (Semantic Search Start-up Company)

2008-06-22 Thread Marc C Hadfield
Hello All - I'm seeking java developers with Lucene experiece. Please see see below if interested: Best, Marc Hadfield -- Semantic Web / Senior Java Developer Alitora Systems is a start-up software company providing an innovative Semantic Search and Collaborati

[jira] Commented: (LUCENE-1312) InstantiatedIndexReader does not implement getFieldNames properly

2008-06-22 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607117#action_12607117 ] Karl Wettin commented on LUCENE-1312: - Hi Jason! bq. Fixed this bug and one related t

Re: ReaderCommit

2008-06-22 Thread Jason Rutherglen
For Ocean I created a workaround where the IndexCommits from IndexDeletionPolicy are saved in a map in order to achieve deleting based on the IndexReader. It would be more straightforward to delete from the IndexCommit in IndexReader. I realize people want to get away from IndexReader performing

Re: ReaderCommit

2008-06-22 Thread Michael McCandless
Jason Rutherglen wrote: Is there a reason ReaderCommit in DirectoryIndexReader.getIndexCommit() does not support delete? I think we are getting away from using IndexReader to make changes to the index, so, I didn't want to enable deleting a commit point from IndexReader. Is is proper b

[jira] Assigned: (LUCENE-1312) InstantiatedIndexReader does not implement getFieldNames properly

2008-06-22 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin reassigned LUCENE-1312: --- Assignee: Karl Wettin > InstantiatedIndexReader does not implement getFieldNames properly >

[jira] Updated: (LUCENE-1313) Ocean Realtime Search

2008-06-22 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: lucene-1313.patch lucene-1313.patch Patch includes libraries: * commons-io-

[jira] Created: (LUCENE-1313) Ocean Realtime Search

2008-06-22 Thread Jason Rutherglen (JIRA)
Ocean Realtime Search - Key: LUCENE-1313 URL: https://issues.apache.org/jira/browse/LUCENE-1313 Project: Lucene - Java Issue Type: New Feature Components: contrib/* Reporter: Jason Rutherglen Provi

ReaderCommit

2008-06-22 Thread Jason Rutherglen
Is there a reason ReaderCommit in DirectoryIndexReader.getIndexCommit() does not support delete? Is is proper behavior to use SnapshotDeletionPolicy and then keep the IndexCommit around? What is the difference where the former does not support delete?