Re: [jira] Created: (LUCENE-1439) Inconsistent API

2008-11-12 Thread Chris Hostetter
: > There are a lot of containers which don't implement an interface which indicates this fact : > (for pre-java-1.5 Lucene it could be Collection, for post-ajva-1.5 Lucene it could be more general Iterable) : > : > Example: : > IndexSearcher: "int maxDoc()" and "doc(int i)" : : This is not as

Re: [jira] Created: (LUCENE-1439) Inconsistent API

2008-11-11 Thread Nadav Har'El
Hi Ivan, On Fri, Nov 07, 2008, Ivan.S (JIRA) wrote about "[jira] Created: (LUCENE-1439) Inconsistent API": > The API of Lucene is totally inconsistent: I think this statement is a bit too harsh. I have experience with several search engine APIs, and in many areas, in my opinion Lu

[jira] Created: (LUCENE-1439) Inconsistent API

2008-11-07 Thread Ivan.S (JIRA)
Inconsistent API - Key: LUCENE-1439 URL: https://issues.apache.org/jira/browse/LUCENE-1439 Project: Lucene - Java Issue Type: Bug Affects Versions: 3.0 Environment: any Reporter: Ivan.S The API of