[Lucene.Net] [jira] [Commented] (LUCENENET-399) Port changes from Java Lucene 2.9.3 and 2.9.4 releases

2011-03-25 Thread Digy (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENENET-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011291#comment-13011291
 ] 

Digy commented on LUCENENET-399:


Hi All,
Although there is still one failing case _(failing condition has been 
introduced with 2.9.4. It is most probably that 2.9.2 would also suffer the 
same problem. So, I think 2.9.4 isn't less stable than 2.9.2)_ , Lucene.Net 
2.9.4 is ready to test.

And for IDisposable funs, below code works now.
{code}
using (IndexReader r = writer.GetReader())
{
Query q = ...
TopDocs = new IndexSearcher(r).Search(q, 10);

}
{code}
DIGY

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases
 --

 Key: LUCENENET-399
 URL: https://issues.apache.org/jira/browse/LUCENENET-399
 Project: Lucene.Net
  Issue Type: Task
  Components: Lucene.Net Core, Lucene.Net Test
Reporter: Troy Howard
Assignee: Scott Lombard
 Fix For: Lucene.Net 2.9.4

  Time Spent: 10h
  Remaining Estimate: 10h

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases. 
 The Lucene.Net 2.9.4 release will roll up the changes from both of those 
 releases into one. 
 Unit tests should be added or updated to reflect the changes. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[Lucene.Net] [jira] [Commented] (LUCENENET-399) Port changes from Java Lucene 2.9.3 and 2.9.4 releases

2011-03-21 Thread Digy (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENENET-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009436#comment-13009436
 ] 

Digy commented on LUCENENET-399:


There are two public fields in TopDocs, totalHits and scoreDocs.
Should we leave them as is for backward compatibility, or change to .Net style 
like TotalHits and ScoreDocs.
(or support both of them)

DIGY.

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases
 --

 Key: LUCENENET-399
 URL: https://issues.apache.org/jira/browse/LUCENENET-399
 Project: Lucene.Net
  Issue Type: Task
  Components: Lucene.Net Core, Lucene.Net Test
Reporter: Troy Howard
Assignee: Scott Lombard
 Fix For: Lucene.Net 2.9.4

  Time Spent: 10h
  Remaining Estimate: 10h

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases. 
 The Lucene.Net 2.9.4 release will roll up the changes from both of those 
 releases into one. 
 Unit tests should be added or updated to reflect the changes. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[Lucene.Net] [jira] [Commented] (LUCENENET-399) Port changes from Java Lucene 2.9.3 and 2.9.4 releases

2011-03-21 Thread Digy (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENENET-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009422#comment-13009422
 ] 

Digy commented on LUCENENET-399:


There are only a few minor remaining issues for Lucene.Net 2.9.4 core like 
changing visibility of IndexWriter.GetNextMerge or fixing 
TestNumericUtils.TestLongExtremeValues.
It is almost ready.

DIGY





 Port changes from Java Lucene 2.9.3 and 2.9.4 releases
 --

 Key: LUCENENET-399
 URL: https://issues.apache.org/jira/browse/LUCENENET-399
 Project: Lucene.Net
  Issue Type: Task
  Components: Lucene.Net Core, Lucene.Net Test
Reporter: Troy Howard
Assignee: Scott Lombard
 Fix For: Lucene.Net 2.9.4

  Time Spent: 10h
  Remaining Estimate: 10h

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases. 
 The Lucene.Net 2.9.4 release will roll up the changes from both of those 
 releases into one. 
 Unit tests should be added or updated to reflect the changes. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[Lucene.Net] [jira] Commented: (LUCENENET-399) Port changes from Java Lucene 2.9.3 and 2.9.4 releases

2011-03-16 Thread Digy (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENENET-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007711#comment-13007711
 ] 

Digy commented on LUCENENET-399:


Forget that question, I already committed.
(First commit, then think about it :) )

DIGY

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases
 --

 Key: LUCENENET-399
 URL: https://issues.apache.org/jira/browse/LUCENENET-399
 Project: Lucene.Net
  Issue Type: Task
  Components: Lucene.Net Core, Lucene.Net Test
Reporter: Troy Howard
Assignee: Scott Lombard
 Fix For: Lucene.Net 2.9.4

  Time Spent: 2h
  Remaining Estimate: 40h

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases. 
 The Lucene.Net 2.9.4 release will roll up the changes from both of those 
 releases into one. 
 Unit tests should be added or updated to reflect the changes. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[Lucene.Net] [jira] Commented: (LUCENENET-399) Port changes from Java Lucene 2.9.3 and 2.9.4 releases

2011-03-16 Thread Digy (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENENET-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007698#comment-13007698
 ] 

Digy commented on LUCENENET-399:


Current status of my local work:
* All core files for 2.9.2 - 2.9.4 transition are ported.
  16 modified/added test files are still waiting to be fixed under 
Lucene.Net.Index + Lucene.Net.Store
* 12 test cases under Lucene.Net.Index  1 case under Lucene.Net.Util fail 
(better to see after remaining test files are ported).

So, What do you think? Should I commit this huge patch or wait till everything 
is completed?

DIGY.

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases
 --

 Key: LUCENENET-399
 URL: https://issues.apache.org/jira/browse/LUCENENET-399
 Project: Lucene.Net
  Issue Type: Task
  Components: Lucene.Net Core, Lucene.Net Test
Reporter: Troy Howard
Assignee: Scott Lombard
 Fix For: Lucene.Net 2.9.4

  Time Spent: 2h
  Remaining Estimate: 40h

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases. 
 The Lucene.Net 2.9.4 release will roll up the changes from both of those 
 releases into one. 
 Unit tests should be added or updated to reflect the changes. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[Lucene.Net] [jira] Commented: (LUCENENET-399) Port changes from Java Lucene 2.9.3 and 2.9.4 releases

2011-02-23 Thread Digy (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENENET-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12998559#comment-12998559
 ] 

Digy commented on LUCENENET-399:


{quote}
Scott,

I would say the first task would be to collect all the Java changes up and 
create separate JIRA issues for each one.

Thanks,
Troy

On Wed, Feb 23, 2011 at 9:16 AM, Lombard, Scott slombard@  wrote:
 I am on vacation next week.  So I won't be very helpful the next couple of 
 days.  I will be able take on some things for the 2.9.4 release.  Are we 
 going to break down the Java Lucene changes to individual items that need to 
 be ported or is it going to be handled as one big task?

 Scott

{quote}

This is the location of of lucene 2.9.4
https://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_9_4

It seems that we have to fix the modifications/additions and deletions between 
revisions 912409 and 1040993.
There are 103 files (plus 34 pdf,xml,txt...files) affected and most of them 
require just a few lines of change.

I don't think we need 70(#of issues of 2.9.3+2.9.4) or 103(# of affected files) 
new issues just for this.


DIGY

{code}
 src/test/org/apache/lucene/store/TestMultiMMap.javaAdded
 src/test/org/apache/lucene/search/TestCachingSpanFilter.java   Added
 src/test/org/apache/lucene/index/TestSnapshotDeletionPolicy.java   Added
 src/test/org/apache/lucene/index/TestIsCurrent.javaAdded
 src/test/org/apache/lucene/index/TestRollback.java Added
 src/test/org/apache/lucene/index/TestIndexCommit.java  Added
 
contrib/queryparser/src/test/org/apache/lucene/queryParser/core/nodes/TestQueryNode.java
   Added
 src/test/org/apache/lucene/index/TestNewestSegment.javaAdded
 src/java/org/apache/lucene/analysis/standard/StandardTokenizer.javaModified
 src/java/org/apache/lucene/analysis/standard/StandardTokenizerImpl.java
Modified
 src/java/org/apache/lucene/analysis/PerFieldAnalyzerWrapper.java   Modified
 src/java/org/apache/lucene/analysis/tokenattributes/TermAttributeImpl.java 
Modified
 src/java/org/apache/lucene/analysis/Tokenizer.java Modified
 src/java/org/apache/lucene/analysis/Token.java Modified
 src/java/org/apache/lucene/search/FieldCache.java  Modified
 src/java/org/apache/lucene/search/CachingSpanFilter.java   Modified
 src/java/org/apache/lucene/search/TimeLimitingCollector.java   Modified
 src/java/org/apache/lucene/search/CachingWrapperFilter.javaModified
 src/java/org/apache/lucene/search/WildcardTermEnum.javaModified
 src/java/org/apache/lucene/search/FieldDoc.javaModified
 src/java/org/apache/lucene/search/IndexSearcher.java   Modified
 src/java/org/apache/lucene/search/FieldCacheImpl.java  Modified
 src/java/org/apache/lucene/index/ByteBlockPool.javaModified
 src/java/org/apache/lucene/index/FieldsReader.java Modified
 src/java/org/apache/lucene/index/FieldsWriter.java Modified
 src/java/org/apache/lucene/index/ParallelReader.java   Modified
 src/java/org/apache/lucene/index/SegmentReader.javaModified
 src/java/org/apache/lucene/index/SnapshotDeletionPolicy.java   Modified
 src/java/org/apache/lucene/index/ReusableStringReader.java Modified
 src/java/org/apache/lucene/index/MergePolicy.java  Modified
 src/java/org/apache/lucene/index/LogMergePolicy.java   Modified
 src/java/org/apache/lucene/index/StoredFieldsWriter.java   Modified
 src/java/org/apache/lucene/index/SegmentInfos.java Modified
 src/java/org/apache/lucene/index/CheckIndex.java   Modified
 src/java/org/apache/lucene/index/ConcurrentMergeScheduler.java Modified
 src/java/org/apache/lucene/index/MultiReader.java  Modified
 src/java/org/apache/lucene/index/IndexCommit.java  Modified
 src/java/org/apache/lucene/index/DirectoryReader.java  Modified
 src/java/org/apache/lucene/index/TermsHash.javaModified
 src/java/org/apache/lucene/index/FilterIndexReader.javaModified
 src/java/org/apache/lucene/index/SegmentMerger.javaModified
 src/java/org/apache/lucene/index/TermsHashPerField.javaModified
 src/java/org/apache/lucene/index/TermVectorsTermsWriter.java   Modified
 src/java/org/apache/lucene/index/DocumentsWriter.java  Modified
 src/java/org/apache/lucene/index/TermVectorsReader.javaModified
 src/java/org/apache/lucene/index/TermVectorsTermsWriterPerField.java   Modified
 src/java/org/apache/lucene/index/IndexWriter.java  Modified
 src/java/org/apache/lucene/index/IndexFileDeleter.java Modified
 src/java/org/apache/lucene/store/NIOFSDirectory.java   Modified
 src/java/org/apache/lucene/store/Directory.javaModified
 src/java/org/apache/lucene/store/RAMOutputStream.java  Modified
 src/java/org/apache/lucene/store/MMapDirectory.javaModified
 src/java/org/apache/lucene/store/RAMFile.java  Modified
 src/java/org/apache/lucene/store/NativeFSLockFactory.java  Modified
 

[Lucene.Net] [jira] Commented: (LUCENENET-399) Port changes from Java Lucene 2.9.3 and 2.9.4 releases

2011-02-21 Thread Digy (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENENET-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997538#comment-12997538
 ] 

Digy commented on LUCENENET-399:


2.9.3
https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=fixVersion+%3D+%222.9.3%22+AND+project+%3D+LUCENE

2.9.4
https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=fixVersion+%3D+%222.9.4%22+AND+project+%3D+LUCENE

2.9.5
https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=fixVersion+%3D+%222.9.5%22+AND+project+%3D+LUCENE


DIGY

 Port changes from Java Lucene 2.9.3 and 2.9.4 releases
 --

 Key: LUCENENET-399
 URL: https://issues.apache.org/jira/browse/LUCENENET-399
 Project: Lucene.Net
  Issue Type: Task
  Components: Lucene.Net Core, Lucene.Net Test
Reporter: Troy Howard
 Fix For: Lucene.Net 2.9.4


 Port changes from Java Lucene 2.9.3 and 2.9.4 releases. 
 The Lucene.Net 2.9.4 release will roll up the changes from both of those 
 releases into one. 
 Unit tests should be added or updated to reflect the changes. 

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira