[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-1028) Use index update operations when possible
Sanne Grinovero (JIRA)
noreply at atlassian.com
Sat Jan 7 12:24:11 EST 2012
Use index update operations when possible
-----------------------------------------
Key: HSEARCH-1028
URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-1028
Project: Hibernate Search
Issue Type: Improvement
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Critical
Fix For: 4.1.0.Alpha1
IndexWriter is exposing a method org.apache.lucene.index.IndexWriter.updateDocument(Term, Document, Analyzer)
which allows faster updates, and guarantees atomicity from the query point of view.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list