RE: [Lucene.Net] [jira] [Created] (LUCENENET-469) Convert Java Iterator classes to implement IEnumerable

2012-06-08 Thread Digy
for a "Lucene.Net.Extensions" for the core. DIGY -Original Message- From: Andy Pook [mailto:andy.p...@gmail.com] Sent: Friday, June 08, 2012 10:26 PM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] [jira] [Created] (LUCENENET-469) Convert Java Iterator class

RE: Welcome Simon Svensson as a new committer

2012-05-24 Thread Digy
Welcome Simon DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Thursday, May 24, 2012 10:06 AM To: lucene-net-dev@lucene.apache.org; lucene-net-u...@lucene.apache.org Subject: Welcome Simon Svensson as a new committer Hey All, Our roster is

RE: Welcome Itamar Syn-Hershk​o as a new committer

2012-05-22 Thread Digy
Welcome Itamar! DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Wednesday, May 23, 2012 12:06 AM To: lucene-net-dev@lucene.apache.org; lucene-net-u...@lucene.apache.org Subject: Welcome Itamar Syn-Hershk​o as a new committer Hey all, I'd li

[jira] [Commented] (LUCENENET-486) Wildcard queries are not analyzed

2012-04-19 Thread Digy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257792#comment-13257792 ] Digy commented on LUCENENET-486: bq. Of course I have solved the problem for my

[jira] [Closed] (LUCENENET-486) Wildcard queries are not analyzed

2012-04-19 Thread Digy (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy closed LUCENENET-486. -- Resolution: Won't Fix > Wildcard queries are not

[jira] [Commented] (LUCENENET-486) Wildcard queries are not analyzed

2012-04-19 Thread Digy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13257778#comment-13257778 ] Digy commented on LUCENENET-486: Björn, Lucene(java) had decided not to use anal

[jira] [Closed] (LUCENENET-486) Wildcard queries are not analyzed

2012-04-19 Thread Digy (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy closed LUCENENET-486. -- Resolution: Not A Problem http://wiki.apache.org/lucene-java/LuceneFAQ#Are_Wildcard.2C_Prefix

RE: Wildcard queries are not analyzed

2012-04-17 Thread Digy
GetPrefixQuery doesn't use analyzers, and it is a well known issue of Lucene. Suppose a hypothetical analyzer(with stemming) which stems 'went' as 'go' and you want to search 'wentworth miller'. A search like 'went*' would be converted to 'g

RE: [Lucene.Net] [VOTE] Apache-Lucene-2.9.4g-incubating-RC1 Release (take 2)

2012-01-25 Thread Digy
+1 DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Thursday, January 26, 2012 1:56 AM To: lucene-net-dev@lucene.apache.org Cc: lucene-net-...@incubator.apache.org Subject: RE: [Lucene.Net] [VOTE] Apache-Lucene-2.9.4g-incubating-RC1 Release (take 2

RE: [Lucene.Net] Extracting IsStored fields from a search result

2012-01-11 Thread Digy
Hi Chris, There are many methods of IndexReader you can make use of. For ex, to get the field names in the index "GetFieldNames" or to get the terms "Terms". I posted here (http://pastebin.com/aiCy26mj) a simple example to get all terms in the field "myfield".

[Lucene.Net] [jira] [Commented] (LUCENENET-463) Would like to be able to use a SimpleSpanFragmenter for extrcting whole sentances

2012-01-05 Thread Digy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180965#comment-13180965 ] Digy commented on LUCENENET-463: My guess: Either it is not widely used as you t

RE: [Lucene.Net] Lucene.Net 3 onwards and 2.9.4g

2011-12-28 Thread Digy
3 But I didn't think it as a separate branch to evolve on its own path. It is(or I think it is) the final version of 2.9 DIGY -Original Message- From: Christopher Currens [mailto:currens.ch...@gmail.com] Sent: Wednesday, December 28, 2011 9:20 PM To: lucene-net-dev@lucene.apache.or

[Lucene.Net] [jira] [Resolved] (LUCENENET-412) Replacing ArrayLists, Hashtables etc. with appropriate Generics.

2011-12-22 Thread Digy (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-412. Resolution: Fixed 2.9.4g is ready to go DIGY > Replacing ArrayLists, Hashtables

[Lucene.Net] [jira] [Commented] (LUCENENET-459) Italian stemmer (from SnowballAnalyzer) does not work

2011-12-22 Thread Digy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13175117#comment-13175117 ] Digy commented on LUCENENET-459: Fixed in 2.9.4g branch.

[Lucene.Net] [jira] [Updated] (LUCENENET-459) Italian stemmer (from SnowballAnalyzer) does not work

2011-12-22 Thread Digy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-459: --- Affects Version/s: Lucene.Net 2.9.4g Fix Version/s: Lucene.Net 2.9.4g > Italian stemmer (f

RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Digy
... and it was related with CloseableThreadLocal (fixed in 2.9.4(g)) which now creates compilation problem against .Net20 :) DIGY -Original Message- From: Digy [mailto:digyd...@gmail.com] Sent: Thursday, December 01, 2011 12:09 AM To: 'lucene-net-dev@lucene.apache.org' S

RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Digy
If I recall it correctly, last memory leak problem for 2.9.2 was reported in ~August from RavenDB, and it was fixed in 2.9.4(g) DIGY -Original Message- From: Christopher Currens [mailto:currens.ch...@gmail.com] Sent: Wednesday, November 30, 2011 11:33 PM To: lucene-net-dev

RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Digy
OK, here is the code that can be compiled against .NET 2.0 http://pastebin.com/k2f7JfPd DIGY -Original Message- From: Granroth, Neal V. [mailto:neal.granr...@thermofisher.com] Sent: Wednesday, November 30, 2011 9:26 PM To: lucene-net-dev@lucene.apache.org Subject: RE: [Lucene.Net] Re

RE: [Lucene.Net] Re: Memory Leak in 2.9.2.2

2011-11-30 Thread Digy
FYI, 2.9.4 can be compiled against .Net 2.0 with a few minor changes in CloseableThreadLocal (like uncommenting ThreadLocal class and replacing extension-methods calls with static calls to CloseableThreadLocalExtensions) DIGY -Original Message- From: Christopher Currens

RE: [Lucene.Net] Roadmap

2011-11-21 Thread Digy
My english isn't enough to understand this answer. I hope it is not related with employee-employer relationship as in the past. DIGY -Original Message- From: Christopher Currens [mailto:currens.ch...@gmail.com] Sent: Tuesday, November 22, 2011 1:08 AM To: lucene-ne

RE: [Lucene.Net] Roadmap

2011-11-21 Thread Digy
I am also not sure but, "they had been neglected" since people tried to cope up with the core. Contribs was thought (At least I did) as a "nice to have" feature but not "must". Only exception for this is FVH which I use in my projects very often:) (IIRC, it is beyo

RE: [Lucene.Net] Roadmap

2011-11-21 Thread Digy
Chris, Sorry, if you took my comments about "pain of porting" personally. That wasn't my intension. +1 for all your changes/divergences. I made/could have made them too. DIGY -Original Message- From: Christopher Currens [mailto:currens.ch...@gmail.com] Sent: Monday, No

[Lucene.Net] [jira] [Resolved] (LUCENENET-443) SpellChecker finaliser calls close regardless of if closed already

2011-11-11 Thread Digy (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-443. Resolution: Fixed > SpellChecker finaliser calls close regardless of if closed alre

RE: [Lucene.Net] Final patches for rc3

2011-11-10 Thread Digy
What do folks think about including LUCENENET-427, LUCENENET-431, LUCENENET-433 & LUCENENET-443 fixes in that release and removing Similarity.Net? DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Thursday, November 10, 2011 10:19 PM To: lucene-net

[Lucene.Net] [jira] [Updated] (LUCENENET-448) GeoHashFilteredDocIdSet does not work at all

2011-11-01 Thread Digy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-448: --- Affects Version/s: (was: Lucene.Net 2.9.4) Lucene.Net 2.9.4g Fix

RE: [Lucene.Net] Nuget, Lucene.Net, and Your Thoughts

2011-09-21 Thread Digy
Not that old :) DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Thursday, September 22, 2011 2:14 AM To: lucene-net-dev@lucene.apache.org Subject: RE: [Lucene.Net] Nuget, Lucene.Net, and Your Thoughts Punch cards or bust! Sent from my Windows Phone

RE: [Lucene.Net] Nuget, Lucene.Net, and Your Thoughts

2011-09-21 Thread Digy
I am not against it, but personally think it as a toy. I am from the generation where people used vi to write codes. DIGY -Original Message- From: Aaron Powell [mailto:m...@aaron-powell.com] Sent: Thursday, September 22, 2011 1:56 AM To: lucene-net-dev@lucene.apache.org Subject: RE

RE: [Lucene.Net] Nuget, Lucene.Net, and Your Thoughts

2011-09-21 Thread Digy
> http://blogs.msdn.com/b/microsoft_press/archive/2010/02/03/jeffrey-richter-e xcerpt-2-from-clr-via-c-third-edition.aspx Yes, this is the trick some obfuscators use.(they use also some scrambling fxns to hide the code in resource) DIGY -Original Message- From: Michael Hern

RE: [Lucene.Net] 2.9.4

2011-09-21 Thread Digy
I reconsidered it and there is no race condition. A new slot will be created for each thread. But NullReferenceException bug is still there. DIGY -Original Message- From: Robert Jordan [mailto:robe...@gmx.net] Sent: Thursday, September 22, 2011 1:16 AM To: lucene-net

RE: [Lucene.Net] 2.9.4

2011-09-21 Thread Digy
You are right in "race condition" & "NullReferenceException". but "static SupportClass.WeakHashTable slots = new SupportClass.WeakHashTable();" wouldn't work since it is intented to be created in all threads not once. Would you patch it or leave it to m

RE: [Lucene.Net] 2.9.4

2011-09-21 Thread Digy
est cases. DIGY -Original Message- From: Robert Jordan [mailto:robe...@gmx.net] Sent: Wednesday, September 21, 2011 3:09 PM To: lucene-net-...@incubator.apache.org Subject: Re: [Lucene.Net] 2.9.4 On 20.09.2011 23:48, Prescott Nasser wrote: > Hey all seems like we are set with

RE: [Lucene.Net] 2.9.4

2011-09-21 Thread Digy
> Similarity was include, though are there any tests for this project ? Similarity is obsolete (Queries.Net replaces it & has test cases). It has already been removed in 2.9.4g DIGY -Original Message- From: Michael Herndon [mailto:mhern...@wickedsoftware.net] Sent: Wednesday, Se

[Lucene.Net] [jira] [Updated] (LUCENENET-443) SpellChecker finaliser calls close regardless of if closed already

2011-09-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-443: --- Fix Version/s: Lucene.Net 2.9.4g Lucene.Net 2.9.4 > SpellChecker finaliser calls cl

[Lucene.Net] [jira] [Resolved] (LUCENENET-444) Snowball stemmers (Portuguese, Hungarian, Romanian, Turkish)

2011-09-15 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-444. Resolution: Fixed > Snowball stemmers (Portuguese, Hungarian, Romanian, Turk

[Lucene.Net] [jira] [Commented] (LUCENENET-444) Snowball stemmers (Portuguese, Hungarian, Romanian, Turkish)

2011-09-15 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13105418#comment-13105418 ] Digy commented on LUCENENET-444: committed to trunk & 2.9.4g branch. &g

[Lucene.Net] [jira] [Updated] (LUCENENET-444) Snowball stemmers (Portuguese, Hungarian, Romanian, Turkish)

2011-09-15 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-444: --- Attachment: PortugueseStemmer.cs TurkishStemmer.cs RomanianStemmer.cs

[Lucene.Net] [jira] [Updated] (LUCENENET-444) Snowball stemmers (Portuguese, Hungarian, Romanian, Turkish)

2011-09-15 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-444: --- Fix Version/s: (was: Lucene.Net 3.x) Lucene.Net 2.9.4g > Snowball stemm

[Lucene.Net] [jira] [Created] (LUCENENET-444) Snowball stemmers (Portuguese, Hungarian, Romanian, Turkish)

2011-09-15 Thread Digy (JIRA)
Feature Reporter: Digy Priority: Trivial Fix For: Lucene.Net 2.9.4, Lucene.Net 3.x Some missing stemmers + a modified portuguese stemmer. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

RE: [Lucene.Net] 2.9.4

2011-09-10 Thread Digy
Good news. Thanks Itamar. DIGY -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] On Behalf Of Itamar Syn-Hershko Sent: Saturday, September 10, 2011 8:23 PM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] 2.9.4 We have been running

Re: [Lucene.Net] 2.9.4

2011-09-07 Thread digy digy
Since it includes some level of divergence from java I committed it to only 2.9.4g branch. https://issues.apache.org/jira/browse/LUCENE-1930 https://issues.apache.org/jira/browse/LUCENENET-431 DIGY On Wed, Sep 7, 2011 at 1:03 PM, Itamar Syn-Hershko wrote: > Ok, core compiles, and all te

Re: [Lucene.Net] 2.9.4

2011-09-07 Thread digy digy
System.Collections.ICollection interface does result in Hashtable's GetEnumerator() being invoked. So an explicit typecast is needed for invoking CharArraySet.GetEnumerator() (As a result, a bad (but *almost* working) implementation. It is rewritten in 2.9.4g) DIGY On Wed, Sep 7, 2011 at 4:11 AM, Pre

RE: [Lucene.Net] 2.9.4

2011-09-06 Thread Digy
gning. Thanks, DIGY -Original Message- From: itamar.synhers...@gmail.com [mailto:itamar.synhers...@gmail.com] On Behalf Of Itamar Syn-Hershko Sent: Tuesday, September 06, 2011 2:34 AM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] 2.9.4 Not a problem, we will test RavenDB

RE: [Lucene.Net] 2.9.4

2011-09-05 Thread Digy
To avoid misunderstanding... Community==all Lucene.Net users DIGY -Original Message- From: Digy [mailto:digyd...@gmail.com] Sent: Monday, September 05, 2011 11:46 PM To: 'lucene-net-dev@lucene.apache.org' Subject: RE: [Lucene.Net] 2.9.4 Not bad idea, but I would prefer c

[Lucene.Net] [jira] [Commented] (LUCENENET-414) The definition of CharArraySet is dangerously confusing and leads to bugs when used.

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097325#comment-13097325 ] Digy commented on LUCENENET-414: I think the simplest solution for 2.9.4 wil

[Lucene.Net] [jira] [Commented] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097312#comment-13097312 ] Digy commented on LUCENENET-442: The critical case in .NET is that a not-han

RE: [Lucene.Net] 2.9.4

2011-09-05 Thread Digy
There is an issue still open(LUCENENET-414) related with StopWords. DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Monday, September 05, 2011 9:22 PM To: lucene-net-dev@lucene.apache.org; lucene-net-u...@lucene.apache.org Subject: [Lucene.Net] 2.9.4

[Lucene.Net] [jira] [Resolved] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-442. Resolution: Fixed Assignee: Digy Fixed for 2.9.4 & 2.9.4g > ParallelMultiSearcher thread

[Lucene.Net] [jira] [Updated] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-442: --- Attachment: LUCENENET-442.patch Thanks Andy. Nice catch. I prepared a patch for 2.9.4g and will commit to

[Lucene.Net] [jira] [Updated] (LUCENENET-442) ParallelMultiSearcher threads don't handle all exceptions

2011-09-05 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-442: --- Fix Version/s: Lucene.Net 2.9.4g Lucene.Net 2.9.4 > ParallelMultiSearcher thre

[Lucene.Net] [jira] [Resolved] (LUCENENET-358) CloseableThreadLocal memory leak in LocalDataStoreSlot (with workaround)

2011-08-28 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-358. Resolution: Fixed > CloseableThreadLocal memory leak in LocalDataStoreSlot (with workaro

[Lucene.Net] [jira] [Commented] (LUCENENET-358) CloseableThreadLocal memory leak in LocalDataStoreSlot (with workaround)

2011-08-28 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092541#comment-13092541 ] Digy commented on LUCENENET-358: New CloseableThreadLocal implementation and its

[Lucene.Net] [jira] [Commented] (LUCENENET-358) CloseableThreadLocal memory leak in LocalDataStoreSlot (with workaround)

2011-08-27 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092399#comment-13092399 ] Digy commented on LUCENENET-358: Test

[Lucene.Net] [jira] [Commented] (LUCENENET-358) CloseableThreadLocal memory leak in LocalDataStoreSlot (with workaround)

2011-08-27 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092392#comment-13092392 ] Digy commented on LUCENENET-358: New CloseableThreadLocal implementation committe

[Lucene.Net] [jira] [Updated] (LUCENENET-358) CloseableThreadLocal memory leak in LocalDataStoreSlot (with workaround)

2011-08-27 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-358: --- Affects Version/s: Lucene.Net 2.9.4g Lucene.Net 2.9.4

[Lucene.Net] [jira] [Updated] (LUCENENET-358) CloseableThreadLocal memory leak in LocalDataStoreSlot (with workaround)

2011-08-27 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-358: --- Attachment: TestMemLeakage.zip TestMemLeakage.zip shows that bug. > CloseableThreadLocal memory leak

[Lucene.Net] [jira] [Reopened] (LUCENENET-358) CloseableThreadLocal memory leak in LocalDataStoreSlot (with workaround)

2011-08-27 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy reopened LUCENENET-358: Memory leak in ClosableThreadLocal. See the discussion http://groups.google.com/group/ravendb/browse_thread

RE: [Lucene.Net] Staging Web page

2011-07-23 Thread Digy
A "Some useful links" section? like http://wiki.apache.org/lucene-java/LuceneFAQ http://wiki.apache.org/jakarta-lucene/BasicsOfPerformance http://wiki.apache.org/lucene-java/ScoresAsPercentages and some other links to external sources about Lucene.Net DIGY -Original Message

RE: [Lucene.Net] svn commit: r1150205 - /incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext

2011-07-23 Thread Digy
Get *invovled* to help shape our future -Original Message- From: pnas...@apache.org [mailto:pnas...@apache.org] Sent: Saturday, July 23, 2011 10:50 PM To: lucene-net-comm...@lucene.apache.org Subject: [Lucene.Net] svn commit: r1150205 - /incubator/lucene.net/site/trunk/content/lucene.net

[Lucene.Net] [jira] [Updated] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-437: --- Fix Version/s: Lucene.Net 2.9.4g > Port Contrib.Shingle from J

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067409#comment-13067409 ] Digy commented on LUCENENET-437: Already fixed in 2.9.4g > Port Contrib.Shing

[Lucene.Net] [jira] [Issue Comment Edited] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-18 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067389#comment-13067389 ] Digy edited comment on LUCENENET-437 at 7/18/11 11:28 PM: --

[Lucene.Net] [jira] [Reopened] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-17 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy reopened LUCENENET-437: > Port Contrib.Shingle from Java > -- > > Key: L

[Lucene.Net] [jira] [Commented] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-17 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13066717#comment-13066717 ] Digy commented on LUCENENET-437: Using HashCode for equality comparison is not a

[Lucene.Net] [jira] [Updated] (LUCENENET-437) Port Contrib.Shingle from Java

2011-07-17 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-437: --- Affects Version/s: Lucene.Net 2.9.4g Fix Version/s: Lucene.Net 2.9.4g > Port Contrib.Shingle f

[Lucene.Net] [jira] [Commented] (LUCENENET-434) Remove AnonymousXXXX classes to increase readablity

2011-07-09 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062351#comment-13062351 ] Digy commented on LUCENENET-434: very nice. > Remove Anonymous cla

[Lucene.Net] [jira] [Resolved] (LUCENENET-172) This patch fixes the unexceptional exceptions ecountered in FastCharStream and SupportClass

2011-07-07 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-172. Resolution: Fixed Assignee: Digy (was: Scott Lombard) Fixed in 2.9.4g. No fix for 2.9.4 > T

[Lucene.Net] [jira] [Updated] (LUCENENET-433) AttributeSource can have an invalid computed state (LUCENE-3042)

2011-07-07 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-433: --- Attachment: LUCENENET-433.patch Patch for 2.9.4g > AttributeSource can have an invalid computed st

[Lucene.Net] [jira] [Commented] (LUCENENET-433) AttributeSource can have an invalid computed state (LUCENE-3042)

2011-07-07 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061214#comment-13061214 ] Digy commented on LUCENENET-433: Here is the test case {code} [

[Lucene.Net] [jira] [Created] (LUCENENET-433) AttributeSource can have an invalid computed state (LUCENE-3042)

2011-07-07 Thread Digy (JIRA)
: Bug Reporter: Digy Fix For: Lucene.Net 2.9.4, Lucene.Net 2.9.4g If you work a tokenstream, consume it, then reuse it and add an attribute to it, the computed state is wrong. thus for example, clearAttributes() will not actually clear the attribute added. So in some

[Lucene.Net] [jira] [Commented] (LUCENENET-418) LuceneTestCase should not have a static method could throw exceptions.

2011-07-07 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061125#comment-13061125 ] Digy commented on LUCENENET-418: It works! Thanks. DIGY > LuceneTestCase sho

[Lucene.Net] [jira] [Resolved] (LUCENENET-430) Contrib.ChainedFilter

2011-07-07 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-430. Resolution: Fixed Instead of creating a small project, I put it into Contrib.Analyzers

[Lucene.Net] [jira] [Resolved] (LUCENENET-432) Concurrency issues in SegmentInfo.Files() (LUCENE-2584)

2011-07-07 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-432. Resolution: Fixed Fix Version/s: Lucene.Net 2.9.4 Lucene.Net 2.9.2

[Lucene.Net] [jira] [Created] (LUCENENET-432) Concurrency issues in SegmentInfo.Files() (LUCENE-2584)

2011-07-07 Thread Digy (JIRA)
Versions: Lucene.Net 2.9.4, Lucene.Net 2.9.4g Reporter: Digy Attachments: SegmentInfo.patch The multi-threaded call of the files() in SegmentInfo could lead to the ConcurrentModificationException if one thread is not finished additions to the ArrayList (files) yet while the other

[Lucene.Net] [jira] [Updated] (LUCENENET-432) Concurrency issues in SegmentInfo.Files() (LUCENE-2584)

2011-07-07 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-432: --- Attachment: SegmentInfo.patch All tests pass. > Concurrency issues in SegmentInfo.Files() (LUCENE-2

[Lucene.Net] [jira] [Commented] (LUCENENET-431) Spatial.Net Cartesian won't find docs in radius in certain cases

2011-07-06 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060571#comment-13060571 ] Digy commented on LUCENENET-431: Hi Olle, {code} static double Transfor

[Lucene.Net] [jira] [Commented] (LUCENENET-418) LuceneTestCase should not have a static method could throw exceptions.

2011-07-04 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059624#comment-13059624 ] Digy commented on LUCENENET-418: Sorry, my

[Lucene.Net] [jira] [Reopened] (LUCENENET-418) LuceneTestCase should not have a static method could throw exceptions.

2011-07-04 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy reopened LUCENENET-418: > LuceneTestCase should not have a static method could throw excepti

[Lucene.Net] [jira] [Commented] (LUCENENET-418) LuceneTestCase should not have a static method could throw exceptions.

2011-07-04 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059621#comment-13059621 ] Digy commented on LUCENENET-418: Lucene.Net.Index.TestParallelReader.TestDocument

[Lucene.Net] [jira] [Commented] (LUCENENET-418) LuceneTestCase should not have a static method could throw exceptions.

2011-07-04 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059616#comment-13059616 ] Digy commented on LUCENENET-418: Hi Michael, When I run unit tests, I get

[Lucene.Net] [jira] [Created] (LUCENENET-430) Contrib.ChainedFilter

2011-07-04 Thread Digy (JIRA)
Contrib.ChainedFilter - Key: LUCENENET-430 URL: https://issues.apache.org/jira/browse/LUCENENET-430 Project: Lucene.Net Issue Type: New Feature Affects Versions: Lucene.Net 2.9.4g Reporter: Digy

[Lucene.Net] [jira] [Updated] (LUCENENET-430) Contrib.ChainedFilter

2011-07-04 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-430: --- Attachment: ChainedFilterTest.cs ChainedFilter.cs > Contrib.ChainedFil

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-07-02 Thread Digy
And just for this hard work I removed the obsolete Similarity.Net. DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Sunday, July 03, 2011 1:53 AM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed? I&#

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-07-02 Thread Digy
No no. It was just an example. As you already know, there are a lot of changes in contrib codes related with those API changes in Lucene.Net.2.9.4g core. Therefore, I see no option like merging other that copying. DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-07-02 Thread Digy
OK. Maybe I asked wrong question, Suppose I committed IsolatedStorageDirectory only to trunk. How would you merge this branch & trunk? DIGY. -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Sunday, July 03, 2011 12:28 AM To: lucene-net-dev@lucene.apache

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-07-02 Thread Digy
a 2.9.4 tag and replacing trunk with 2.9.4g? DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Friday, July 01, 2011 12:36 AM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed? DIGY - Re: Why do I wait

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-07-02 Thread Digy
> I've add a Paths Class under the Lucene.Net.Tests Util folder Since it is a Lucene.Net specific code, may "Support" be a better place? DIGY -Original Message- From: Michael Herndon [mailto:mhern...@wickedsoftware.net] Sent: Friday, July 01, 2011 11:53 PM

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-06-30 Thread Digy
I can not say I like this approach, but till we find an automated way(with good results), it seems to be the only way we can use. DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Friday, July 01, 2011 12:43 AM To: lucene-net-dev@lucene.apache.org Subject: Re

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-06-30 Thread Digy
not exist in the collection whereas .NET throws exception". A better way may be used. * missing IEquatable's * making Iterators as real .NET Enumerators etc. etc. etc. It seems to be a never ending story. DIGY -Original Message- From: Scott Lombard [mailto:lombardena...@gmail.

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-06-30 Thread Digy
ne answers in a reasonable time(mostly), then commit. DIGY -Original Message- From: Michael Herndon [mailto:mhern...@wickedsoftware.net] Sent: Thursday, June 30, 2011 11:58 PM To: lucene-net-dev@lucene.apache.org Subject: Re: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed? @Troy

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-06-30 Thread Digy
.9.4g? It is a *branch* and has nothing to do with the trunk. It need not be an offical release and can live in branch as a PoC. As a result, I got bored to listen to "this should be done that way". What I want to see is "I did it that way, should we continue with this&q

RE: [Lucene.Net] Is a Lucene.Net Line-by-Line Jave port needed?

2011-06-29 Thread Digy
Hi Rory, I agree with you in theory. But collecting people to work on a project is not easy as giving advise. Till now, line-by-line port have seemed to be the best with a limited human source. Would you be willing to work on your approach and maintain newer Lucene.Net releases? DIGY

[Lucene.Net] [jira] [Resolved] (LUCENENET-429) Corrupted segment file not detected and wipes index contents (LUCENE-3255)

2011-06-28 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-429. Resolution: Fixed committed to 2.9.4g > Corrupted segment file not detected and wipes index conte

[Lucene.Net] [jira] [Resolved] (LUCENENET-427) Provide limit on phrase analysis in FastVectorHighlighter (LUCENE-3234)

2011-06-26 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-427. Resolution: Fixed Committed > Provide limit on phrase analysis in FastVectorHighlighter (LUCENE-3

[Lucene.Net] [jira] [Updated] (LUCENENET-427) Provide limit on phrase analysis in FastVectorHighlighter (LUCENE-3234)

2011-06-26 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-427: --- Attachment: FastVectorHighlighter.patch > Provide limit on phrase analysis in FastVectorHighligh

[Lucene.Net] [jira] [Created] (LUCENENET-427) Provide limit on phrase analysis in FastVectorHighlighter (LUCENE-3234)

2011-06-26 Thread Digy (JIRA)
Issue Type: Improvement Affects Versions: Lucene.Net 2.9.2, Lucene.Net 2.9.4, Lucene.Net 2.9.4g Reporter: Digy Priority: Minor Fix For: Lucene.Net 2.9.4g https://issues.apache.org/jira/browse/LUCENE-3234 -- This message is automatically generated by JIRA

[Lucene.Net] [jira] [Commented] (LUCENENET-426) Mark BaseFragmentsBuilder methods as virtual

2011-06-23 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053722#comment-13053722 ] Digy commented on LUCENENET-426: 10 min. work done. DIGY > Mark BaseFragments

[Lucene.Net] [jira] [Commented] (LUCENENET-417) implement streams as field values

2011-06-15 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049906#comment-13049906 ] Digy commented on LUCENENET-417: OK, File System Indexer is a good example. Have

[Lucene.Net] [jira] [Commented] (LUCENENET-425) MMapDirectory implementation

2011-06-14 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049397#comment-13049397 ] Digy commented on LUCENENET-425: Seems that Lucene's BufferedIndexInput is mo

[Lucene.Net] [jira] [Commented] (LUCENENET-423) QueryParser differences between Java and .NET

2011-06-14 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049377#comment-13049377 ] Digy commented on LUCENENET-423: I don't think there is an inconsistency be

[Lucene.Net] [jira] [Commented] (LUCENENET-425) MMapDirectory implementation

2011-06-14 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049322#comment-13049322 ] Digy commented on LUCENENET-425: I would like to compare search speeds of "FS

  1   2   3   4   5   >