Re: Lucene.Net 2.1 build 3 as "Release Candidate"

2007-12-10 Thread Jeff
I have been using it in production for a while now. It seems very solid. If I had a vote I would say lets mark it as final and move on to v2.2. Jeff On Dec 10, 2007 9:47 PM, George Aroush <[EMAIL PROTECTED]> wrote: > Hi folks, > > I just labeled Lucene.Net 2.1 build 3 as "R

Re: .NET 2.0 with Lucene.NET

2006-04-26 Thread Jeff Rodenburg
so noticed considerable performance degradation when an index passes a certain size threshold, i.e. 300MB on the given system I'm working with. (We break our aggregate index out to multiple individual indexes for the best mix of indexing and search performance.) Hope this helps. -- jeff r.

Re:

2006-05-03 Thread Jeff Rodenburg
Hi Ali - Please send these messages to [EMAIL PROTECTED] The dev mailing list is for Lucene.Net developers within Apache, not general developers using Lucene.Net. By parsing the expression, what input/output are you looking for? Can you provide a sample? -- j On 5/3/06, Ali Khawaja <[EMAIL P

Re: Compression Implementation

2006-05-15 Thread Jeff Rodenburg
Looking at this from a bit broader perspective, this opens up a bigger conversation. While working to implement a third-party hook-by-reflection process into the code, the .NET 2.0 framework already contains the appropriate classes to handle compression. While there's a need for .NET 1.1 complia

Re: Compression Implementation

2006-05-15 Thread Jeff Rodenburg
Does "compatible" equal the ability for a Java implementation of Lucene to open/read/write to an index created in Lucene.Net? On 5/15/06, George Aroush <[EMAIL PROTECTED]> wrote: Hi Jeff, We need compression support in Lucene.Net 1.9 using .NET 1.1 otherwise 1.9 can't b

Re: Compression Implementation

2006-05-15 Thread Jeff Rodenburg
George - thanks for the clarification. -- j On 5/15/06, George Aroush <[EMAIL PROTECTED]> wrote: Hi Jeff, Yes, "compatible" does mean the index can be open/read/write/etc. to when created with Java/C# Lucene. This is already is the case with 1.4.x and must remain so for 1.9

Re: Compression Implementation

2006-05-15 Thread Jeff Rodenburg
more "correct" and will also perform better. > > Eyal > > > > -Original Message- > > From: George Aroush [mailto:[EMAIL PROTECTED] > > Sent: Monday, May 15, 2006 21:54 PM > > To: lucene-net-dev@incubator.apache.org > > Subject: RE: Compression I

Re: Ranking and Scoring Hits

2006-05-18 Thread Jeff Rodenburg
Hi Ed - For future reference, these questions are intended to be directed to the lucene-net-user mailing list. When iterating on your Hits collection, call Hits.Score() the same way you call Hits.Doc() -- by passing it the index value (int) for your loop iteration. On 5/18/06, Ed Jones <[EMAIL

Re: noobie question

2006-05-19 Thread Jeff Rodenburg
Hi Pamela - Performance certainly changes as your index grows, and it's not even necessarily a linear progression. How you indexed your data, compression factors, compound vs. loose file format, number of indexes, etc. all play a part in affecting search performance at runtime. There are a lot

Re: noobie question

2006-05-19 Thread Jeff Rodenburg
http://www.gossamer-threads.com/lists/lucene/java-user/11999?search_string=minmergedocs;#11999 . -- j On 5/19/06, Pamela Foxcroft <[EMAIL PROTECTED]> wrote: Thanks Jeff, I am a little confused by the compound vs loose file format you speak of. We are indexing html docs and indexing 10 m

Re: noobie question

2006-05-19 Thread Jeff Rodenburg
oxcroft <[EMAIL PROTECTED]> wrote: Hi Jeff A couple more questions. Don't the merge parameters determine how aggressively the index is compacted? And if so, doesn't this affect only indexing performance and not search performance? Secondly how large should each index be? Should I be parti

Re: noobie question

2006-05-20 Thread Jeff Rodenburg
glean, trial-and-error proved to be the most effective manner in determining what to do and how to do it. -- j On 5/19/06, Pamela Foxcroft <[EMAIL PROTECTED]> wrote: OK, I'm very confused here Jeff. It sound like what you are suggesting is that you have multiple indexes per machine

Re: noobie question

2006-05-20 Thread Jeff Rodenburg
, consider not doing it. The goal is to keep the index size as small > as possible to reduce I/O. > > Good luck. > > -- George Aroush > > -Original Message- > From: Jeff Rodenburg [mailto:[EMAIL PROTECTED] > Sent: Friday, May 19, 2006 4:28 PM > To: lucene-net-de

Re: noobie question

2006-05-22 Thread Jeff Rodenburg
iciencies of scale. -- j On 5/22/06, George Aroush <[EMAIL PROTECTED]> wrote: Hi Pam and Jeff, You can't load 7Gb of index into memory. A typical Windows application can't access more then 2Gb of RAM -- so if a machine has 8Gg and only Lucene is running chance are that you still hav

Re: Error during indexing process

2006-05-22 Thread Jeff Rodenburg
Hi Soormash - This sounds like a corrupt index. I've seen this with an index that wasn't properly closed or an indexing update didn't complete entirely. Try using the Luke index interrogation tool (Java app) for evaluating your index and see if it's still readable. -- j On 5/22/06, George Aro

Re: noobie question

2006-05-23 Thread Jeff Rodenburg
ed for your particular data field. The fewer data fields you need, the smaller the index, the better the performance. Thanks to you and Jeff for all of your help! I really appreciate it! That's why the list is here. :-) -- j On 5/23/06, Pamela Foxcroft <[EMAIL PROTECTED]> wrote:

Fwd: Lucene 2.0.0 release available

2006-05-27 Thread Jeff Rodenburg
e 1.1 Framework, I'm going to proceed on porting the Java 2.0 release to C# under the 2.0 Framework. If there are a substantial number of bugfixes in the 2.0 release, we should make use of that as well. Questions or comments welcome. cheers, jeff r. -- Forwarded Message -

Re: Lucene 2.0.0 release available

2006-05-30 Thread Jeff Rodenburg
e 1.9 release. I'm not sure there's any value in the claim of a 1.9 release any more than a non-complete 1.9 release. Nonetheless, I've received some offers to help review the 2.0release, and will respond to those people privately. cheers, jeff r. On 5/29/06, George Aroush <[E

Re: Lucene 2.0.0 release available

2006-05-30 Thread Jeff Rodenburg
the latest release up and running, the better. So as to not dissuade attention from the 1.9 release, I'll keep any conversation about the 2.0 release and the 2.0 Framework off the list. cheers, jeff r. On 5/30/06, George Aroush <[EMAIL PROTECTED]> wrote: Hi Jeff and all, I was th

Re: Remote searches with Lucene

2006-08-21 Thread Jeff Rodenburg
little cleanup of our customization work, so my response may not be immediate but I would make efforts to release the code in short order. thanks, jeff r. On 8/19/06, Robert Boulanger <[EMAIL PROTECTED]> wrote: Hi Elena, hi Rest, > Dear All, > > The application I am working on i

Re: Remote searches with Lucene

2006-08-21 Thread Jeff Rodenburg
it makes sense (different code running in different places. I'll start with this tonight, and try to get something out in the next few days. cheers, jeff r. On 8/21/06, George Aroush <[EMAIL PROTECTED]> wrote: Hi Jeff, If you want to contribute the code, I am sure many can benefit from

Re: Remote searches with Lucene

2006-08-23 Thread Jeff Rodenburg
nformation to relay, I'll pass it along to the list. cheers, jeff r. On 8/21/06, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: Hello all - I've been watching this thread to follow the direction and thought I might be able to offer some assistance. I run a search system that

Re: Remote searches with Lucene

2006-08-26 Thread Jeff Rodenburg
so I'm working diligently to explain how this works. If anyone has a place to hold the code until the uber-powers at apache decide to grant me access, we would greatly appreciate the assistance. cheers, jeff r. On 8/23/06, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: Just a follow-up to

Re: Remote searches with Lucene

2006-08-27 Thread Jeff Rodenburg
That's likely our only option for now. I believe George would need to do the posting; I'm not aware of anyone else with commit access. As long as the turnaround is rapid and it doesn't present an admin burden, I'm ok with it. -- j On 8/27/06, Erik Hatcher <[EMAIL PROTEC

Re: Remote searches with Lucene

2006-08-27 Thread Jeff Rodenburg
stion to basically have garoush upload the code on my behalf to the contrib section at apache. If that can get turned around quickly, I might go that route. -- j On 8/26/06, Saurabh Dani <[EMAIL PROTECTED]> wrote: Hi Jeff, What type of "place to hold" are you

Re: Remote searches with Lucene

2006-08-28 Thread Jeff Rodenburg
ing the code to include proper comments throughout, as well as supporting documents for making it all work together. Is there a specific flavor of Nunit to look for, or is the most recent acceptable? cheers, jeff On 8/28/06, George Aroush <[EMAIL PROTECTED]> wrote: I have no problem addin

Remote searching with Lucene - project update

2006-09-07 Thread Jeff Rodenburg
tting in the way. Again, I'll share an announcement to the list when I've made the files available. Thanks, jeff r. On 8/26/06, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: As promised, an update to the list. I have code ready for delivery, if I can get svn access to the cont

Re: Lucene.Net Indexing Large Databases

2006-09-11 Thread Jeff Rodenburg
Hi George - About a year ago we had a memory leak around some issues with the 1.4.3code. A few of us wrote some sample programs that manifested the error, but I was able to do a fair amount of sleuthing with Memprofiler ( http://memprofiler.com/). It's a pretty good tool for $100. -- j On 9/1

Remote searching with Lucene - forward progress

2006-09-13 Thread Jeff Rodenburg
experience and suggestions, feel free to ping me. :-) cheers, jeff r. On 9/7/06, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: All - Another update on the remote searching application code that's been mentioned in this thread. I'm near completion of the entire collection of files tha

Re: Remote searching with Lucene - forward progress

2006-12-05 Thread Jeff Rodenburg
e. Rather than continue to update the list with notifications about a lack of progress, I've opted to attempt to address those issues and make an announcement when I'd reached success. So, no news for now. thanks, jeff On 12/3/06, Robert Boulanger <[EMAIL PROTECTED]> wrote: Hi Jef

Re: Solr for .NET

2007-08-02 Thread Jeff Rodenburg
taking on the task, just to be aware of some of the complexities that could underly such an endeavor. Take a look at the SolrSharp library if you have the cycles. cheers, jeff r. On 8/2/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: > > Why port Solr? It is a "web service"

hadoop or similar C# implementation of map/reduce?

2007-08-02 Thread Jeff Fedor
Has there ever been any discussion to port Hadoop to .NET as well? Or is anyone aware of a C# map/reduce project? thanks, j

[jira] Created: (LUCENENET-55) Documents.DateTools has issue creating a Date in StringToDate()

2007-08-13 Thread Jeff (JIRA)
Reporter: Jeff Attachments: DateTools.patch When using StringToDate(System.String dateString), it tries to create an invalid date with month and day = 0. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (LUCENENET-55) Documents.DateTools has issue creating a Date in StringToDate()

2007-08-13 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-55: -- Attachment: DateTools.patch This patch resolves the issue and passes nunit tests. > Documents.DateTools

[jira] Created: (LUCENENET-56) Incorrect file in TestLockFactory.RmDir()

2007-08-13 Thread Jeff (JIRA)
Incorrect file in TestLockFactory.RmDir() - Key: LUCENENET-56 URL: https://issues.apache.org/jira/browse/LUCENENET-56 Project: Lucene.Net Issue Type: Bug Reporter: Jeff

[jira] Updated: (LUCENENET-56) Incorrect file in TestLockFactory.RmDir()

2007-08-13 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-56: -- Attachment: TestLockFactory.patch Here is a patch to only use the full filename. a few more nunit tests pass

[jira] Created: (LUCENENET-57) DocHelper in Tests not creating UTF8 Cleanly

2007-08-13 Thread Jeff (JIRA)
DocHelper in Tests not creating UTF8 Cleanly Key: LUCENENET-57 URL: https://issues.apache.org/jira/browse/LUCENENET-57 Project: Lucene.Net Issue Type: Bug Reporter: Jeff

[jira] Updated: (LUCENENET-57) DocHelper in Tests not creating UTF8 Cleanly

2007-08-13 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-57: -- Attachment: DocHelper.patch here is a patch that resolves the issue. > DocHelper in Tests not creating U

[jira] Created: (LUCENENET-58) Issue in CheckHits c# doesn't perform an Assert against a hashtable

2007-08-13 Thread Jeff (JIRA)
Type: Bug Reporter: Jeff Priority: Minor Attachments: CheckHits.patch in CheckHits.CheckHitCollector() there is an assert to a hashtable. c# doesn't support this. -- This message is automatically generated by JIRA. - You can reply to this email to add a

[jira] Updated: (LUCENENET-58) Issue in CheckHits c# doesn't perform an Assert against a hashtable

2007-08-13 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-58: -- Attachment: CheckHits.patch This patch loops through the hashtable performing an Assert. Also.. This fixed

[jira] Updated: (LUCENENET-58) Issue in CheckHits c# doesn't perform an Assert against a hashtable

2007-08-13 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-58: -- Attachment: CheckHits.patch2 Here is a new patch that fixes the problem the original fixed and another

[jira] Created: (LUCENENET-59) QueryUtils has some invalid Asserts

2007-08-13 Thread Jeff (JIRA)
QueryUtils has some invalid Asserts --- Key: LUCENENET-59 URL: https://issues.apache.org/jira/browse/LUCENENET-59 Project: Lucene.Net Issue Type: Bug Reporter: Jeff Priority: Minor

[jira] Updated: (LUCENENET-59) QueryUtils has some invalid Asserts

2007-08-13 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-59: -- Attachment: QueryUtils.patch This patch fixes NUnit failures in QueryUtils. > QueryUtils has some inva

[jira] Updated: (LUCENENET-59) QueryUtils has some invalid Asserts

2007-08-13 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-59: -- Attachment: QueryUtils.patch2 Opps.. first patch had more than just this fix in it. QueryUtils.patch2 has

[jira] Created: (LUCENENET-61) Issue testing Backwards Compatibility

2007-08-14 Thread Jeff (JIRA)
Issue testing Backwards Compatibility - Key: LUCENENET-61 URL: https://issues.apache.org/jira/browse/LUCENENET-61 Project: Lucene.Net Issue Type: Bug Reporter: Jeff Priority: Minor

[jira] Updated: (LUCENENET-61) Issue testing Backwards Compatibility

2007-08-14 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-61: -- Attachment: TestBackwardsCompatibility.patch This test passes all Backward Compatibility NUnit Tests

[jira] Created: (LUCENENET-62) IndexReader.IndexExists() Fails if directory doesn't exists.

2007-08-14 Thread Jeff (JIRA)
: Bug Reporter: Jeff Priority: Minor There is no check to see if the Directory Exists before it checks for the index files, it just throws an error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (LUCENENET-62) IndexReader.IndexExists() Fails if directory doesn't exists.

2007-08-14 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-62?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-62: -- Attachment: IndexReader.patch This patch checks to see if the directory exists before it checks the Index

[jira] Created: (LUCENENET-63) FieldCacheImpl tries to parse a float in f format.

2007-08-14 Thread Jeff (JIRA)
FieldCacheImpl tries to parse a float in f format. --- Key: LUCENENET-63 URL: https://issues.apache.org/jira/browse/LUCENENET-63 Project: Lucene.Net Issue Type: Bug Reporter: Jeff

[jira] Updated: (LUCENENET-63) FieldCacheImpl tries to parse a float in f format.

2007-08-14 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-63: -- Attachment: FieldCacheImpl.patch This fix trim's the string for f's at the end. public vir

[jira] Created: (LUCENENET-64) TestDateFilter incorrectly gets total milliseconds

2007-08-14 Thread Jeff (JIRA)
TestDateFilter incorrectly gets total milliseconds -- Key: LUCENENET-64 URL: https://issues.apache.org/jira/browse/LUCENENET-64 Project: Lucene.Net Issue Type: Bug Reporter: Jeff

[jira] Updated: (LUCENENET-64) TestDateFilter incorrectly gets total milliseconds

2007-08-14 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-64: -- Attachment: TestDateFilter.patch This patch uses total milliseconds. This is obtained by the following

[jira] Commented: (LUCENENET-59) QueryUtils has some invalid Asserts

2007-08-14 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519761 ] Jeff commented on LUCENENET-59: --- I would agree.. however the only reason why it is failing is because an arraylist

[jira] Updated: (LUCENENET-69) FSIndexInput.isFDValid() not ported correctly

2007-08-15 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-69: -- Attachment: FSDirectory.patch Here is the patch that resolves this issue. > FSIndexInput.isFDValid()

[jira] Created: (LUCENENET-69) FSIndexInput.isFDValid() not ported correctly

2007-08-15 Thread Jeff (JIRA)
FSIndexInput.isFDValid() not ported correctly - Key: LUCENENET-69 URL: https://issues.apache.org/jira/browse/LUCENENET-69 Project: Lucene.Net Issue Type: Bug Reporter: Jeff

[jira] Updated: (LUCENENET-59) QueryUtils has some invalid Asserts

2007-08-15 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-59: -- Attachment: QueryUtils.patch3 Here is a new patch that only checks Query.ToString() since you can't Ass

[jira] Updated: (LUCENENET-59) QueryUtils has some invalid Asserts

2007-08-15 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-59: -- Attachment: TestBoolean2.patch This patch uses TrimToSize() in in the TestBooleans2 Tests on an array to

[jira] Created: (LUCENENET-76) DisjunctionMaxQuery has unnecessary clone which causes it to fail unit tests

2007-08-16 Thread Jeff (JIRA)
Issue Type: Bug Reporter: Jeff Priority: Minor DisjunctionMaxQuery.Clone() clones the DisjunctionMaxQuery then the disjuncts arraylist. When cloning the disjuncts arraylist it causes the unit tests to fail. disjuncts are cloned with cloning the query, so this is

[jira] Updated: (LUCENENET-76) DisjunctionMaxQuery has unnecessary clone which causes it to fail unit tests

2007-08-16 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-76: -- Attachment: DisjunctionMaxQuery.patch > DisjunctionMaxQuery has unnecessary clone which causes it to f

[jira] Commented: (LUCENENET-78) TestDateFilter.patch for nunit test

2007-08-16 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520322 ] Jeff commented on LUCENENET-78: --- is a tick a millisecond? I thought it was a nanosecond. LUCENENET-64 solves this

[jira] Reopened: (LUCENENET-61) Issue testing Backwards Compatibility

2007-08-16 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff reopened LUCENENET-61: --- This patch didn't get applied correctly. for some reason the line: entries = zipFile.Entries(); w

[jira] Updated: (LUCENENET-61) Issue testing Backwards Compatibility

2007-08-16 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff updated LUCENENET-61: -- Attachment: TestBackwardCompatibility.patch2 This patch removes the line: entries = zipFile.Entries

[jira] Issue Comment Edited: (LUCENENET-61) Issue testing Backwards Compatibility

2007-08-16 Thread Jeff (JIRA)
e testing Backwards Compatibility > - > > Key: LUCENENET-61 > URL: https://issues.apache.org/jira/browse/LUCENENET-61 > Project: Lucene.Net > Issue Type: Bug >Reporter: Jeff >

[jira] Commented: (LUCENENET-63) FieldCacheImpl tries to parse a float in f format.

2007-08-20 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521297 ] Jeff commented on LUCENENET-63: --- This fixes unit tests in Search/TestSort/: TestAutoSort TestMultiSort

[jira] Commented: (LUCENENET-95) Nunite test for Search.TestDisjunctionMaxQuery.TestBooleanOptionalWithTiebreaker

2007-09-11 Thread Jeff (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526520 ] Jeff commented on LUCENENET-95: --- For what it's worth... I just got the latest version from SVN and this test p

[jira] Created: (LUCENENET-192) Latest SVN build is about twice as slow running queries when compared to Java Lucene

2009-09-04 Thread Jeff Johnson (JIRA)
Project: Lucene.Net Issue Type: Improvement Environment: Visual Studio 2008 with .NET framework 3.5 Reporter: Jeff Johnson Priority: Minor I have been using the java luke tool for comparing query times with java vs C# and the java query time is consistantly

[jira] Commented: (LUCENENET-192) Latest SVN build is about twice as slow running queries when compared to Java Lucene

2009-09-08 Thread Jeff Johnson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752706#action_12752706 ] Jeff Johnson commented on LUCENENET-192: What about if you get 10M