Re: A warm welcome to our newest Lucene contrib committer, Koji Sekiguchi!

2010-01-25 Thread digy digy
Congrats Mike, Welcome aboard. DIGY On Tue, Jan 26, 2010 at 6:07 AM, George Aroush wrote: > Hi Folks, > > The Lucene PMC has voted to accept Mike Garski as a new Lucene.Net > committer. > > Please join me to congratulate and welcome Mike to Lucene.Net. He has been > an

Re: Compiler warnings to worry about?

2010-02-19 Thread digy digy
I'd prefer "single issue with three patches". DIGY On Fri, Feb 19, 2010 at 3:00 PM, Andy Pook wrote: > Subscribed > > 1- Ah, hadn't spotted ISerializable. However, the recommendation for > combining ISerializable and sealed classes is to use private

Re: Are custom tokenizers not invoked when a wildcard is detected

2010-06-14 Thread digy digy
. it is covered in the FAQ... > http://wiki.apache.org/lucene-java/LuceneFAQ#head-133cf44dd3dff3680c96c1316a663e881eeac35a > "Are Wildcard, Prefix, and Fuzzy queries case sensitive?" DIGY On Tue, Jun 15, 2010 at 12:11 AM, Arne Claassen wrote: > I created a tokenizer that

Re: Range queries

2010-06-30 Thread digy digy
just string comparison: '2' < 'N' '*' < '2' DIGY On Wed, Jun 30, 2010 at 1:04 PM, Ayende Rahien wrote: > I am seeing something strange with range queries: > > This works: > Created:[20100730100201790 TO NULL] > This returns no r

Re: Proposal Stage: Backwards Compatibility / Support

2011-01-02 Thread digy digy
No pre/post processing involved. They are just to see how the output of these tools looks like. DIGY On Sun, Jan 2, 2011 at 11:36 PM, Prescott Nasser wrote: > > Also, was there any pre/post processing involved in these files? Was it > manual / scripts etc? Just trying to get a feel for

Re: How to submit code?

2011-01-14 Thread digy digy
using JIRA ( https://issues.apache.org/jira/secure/Dashboard.jspa ) , you can create an issue and add your code to that. DIGY On Fri, Jan 14, 2011 at 3:07 PM, Jörg Lang wrote: > Hi > > I started looking into Lucence, as I might need it on a project. As there > was no GermanAna

Re: IKVM (or rather OpenJDK) License Problem

2011-01-28 Thread digy digy
people can find more examples. Of course, none of them is a blocking issue but too far from giving a .NET taste. DIGY On Fri, Jan 28, 2011 at 7:24 AM, Stefan Bodewig wrote: > On 2011-01-27, Granroth, Neal V. wrote: > > > Use of IKVM was discussed before. > > I'm really sorry. No

Re: IKVM (or rather OpenJDK) License Problem

2011-01-28 Thread digy digy
ns made by Lucene.Net users, not as a Lucene.Net project. DIGY On Fri, Jan 28, 2011 at 10:44 AM, Stefan Bodewig wrote: > Hi DIGY > > On 2011-01-28, digy digy wrote: > > > * Java's bytecode doesn't contain metadata about generics and when Java > is > > com

Re: Icubator Infra: svn and Committers

2011-02-01 Thread digy digy
I think I don't have write access to "../incubator/lucene.net". Since when I try to commit README.TXT as a test, I get the following error. "access to '/repos/asf/!svn/ver/897426/incubator/lucene.net/README.txt' forbidden". DIGY On Tue, Feb 1, 2011 at 11:40 A

Re: Incubator Infra: mailing lists

2011-02-01 Thread digy digy
I am the current moderator of the mailing lists. It is not much work than "reply" or "delete" but having more than one moderator would be good. DIGY On Tue, Feb 1, 2011 at 12:16 PM, Stefan Bodewig wrote: > Hi all, > > the proposal says to keep the current lists and

Re: Incubator Infra: JIRA

2011-02-01 Thread digy digy
Lucene.Net users sometimes discuss the same issue in both JIRA and dev mailing list. And people mostly don't subscribe to commit list(I wouldn't also subscribe to commit-list, if I weren't a committer since it is full of spam :) ). So I would prefer leaving it as is. DIGY On Tue,

Re: [Lucene.Net] Creating a Strong Named Assembly as part of our release

2011-02-22 Thread digy digy
On Tue, Feb 22, 2011 at 3:04 AM, Troy Howard wrote: > DIGY - Extracting the public key out is generally only used for delay > signing. In my senario, public key will not be used in delay signing. Just for validating the assembly by comparing the public key in assembly with the public ke

Re: [Lucene.Net] [VOTE] Release Apache Lucene.Net 2.9.2-incubating-RC2

2011-02-28 Thread digy digy
+1 DIGY On Mon, Feb 28, 2011 at 11:04 AM, Glyn Darkin wrote: > +1 > On 28 Feb 2011, at 08:39, Troy Howard wrote: > > > All, > > > > A quick voting reminder... This [VOTE] thread will only be active for > > another 4 hours (72 hours total). > > > > S

Re: [Lucene.Net] CI Task Update: Hudkins

2011-02-28 Thread digy digy
+1 DIGY On Mon, Feb 28, 2011 at 10:29 AM, Troy Howard wrote: > +1 to all suggestions. Hudkins is my new favourite word. ;) > > One quick concern I have, is how much of the things listed are already > available on the Apache hudson server? A lot of this is .NET specific, so > u

Re: [Lucene.Net] [VOTE] New Directory Layout for Project

2011-03-09 Thread digy digy
0 ".Net"s seem to be redundant under /src/contrib/ . It could be something like Analyzers Highlighter Similarity ... (Maybe, we should find a different name for contrib.net. It contains "contributions specific to Lucene.Net which are not available in Lucene.java) DIGY On W

Re: [Lucene.Net] [VOTE] New Directory Layout for Project

2011-03-09 Thread digy digy
Well, not really "core". Codes under Analyzer(by DIGY) can be moved to /src/contrib/analyzers (but they are not ports from java). The others(by M.GARSKI) are extensions to the core(something like Lucene.Net.Core.Extensions) DIGY On Thu, Mar 10, 2011 at 1:36 AM, Troy Howard wrote: &

Re: [Lucene.Net] svn commit: r1080881 - in /incubator/lucene.net/trunk/C#/src/Lucene.Net: Index/DocumentsWriter.cs Index/StoredFieldsWriter.cs Index/TermVectorsTermsWriter.cs Index/TermVectorsTermsWri

2011-03-12 Thread digy digy
It would be better to attach the patches to the issue before committing. So others can track what is going on. DIGY On Sat, Mar 12, 2011 at 9:20 AM, wrote: > Author: slombard > Date: Sat Mar 12 07:20:44 2011 > New Revision: 1080881 > > URL: http://svn.apache.org/viewvc?rev=1

Re: [Lucene.Net] release 2.9.4

2011-04-05 Thread digy digy
Sorry, no binaries. You can download the source from https://svn.apache.org/repos/asf/incubator/lucene.net/trunk/C#/src/Lucene.Net DIGY On Tue, Apr 5, 2011 at 12:12 AM, Wyatt Barnett wrote: > Actually about to dive into a big search tweaking spike in a certain > project here, happy to do

Re: [Lucene.Net] release 2.9.4

2011-04-05 Thread digy digy
Thanks, updated. DIGY On Tue, Apr 5, 2011 at 11:34 PM, Granroth, Neal V. < neal.granr...@thermofisher.com> wrote: > > I had no difficulty building it in Visual Studio 2005. > The assembly copyright information appears to be out of date; shouldn't it > read 2011

Re: [Lucene.Net] How can we implement faceted search with lucene

2011-05-13 Thread digy digy
http://www.devatwork.nl/articles/lucenenet/faceted-search-and-drill-down-lucenenet/ DIGY On Fri, May 13, 2011 at 10:40 AM, K a r n a v wrote: > How can we implement faceted search with lucene >

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

2011-05-17 Thread digy digy
docID) { return !r.isDeleted(docID); } }; } }; DIGY On Wed, May 18, 2011 at 2:14 AM, Rory Plaire wrote: > This is a great improvement, but why not also remove the braces and > returns? > > > var cache = new FilterCache(deletesMode, >

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

2011-05-20 Thread digy digy
ty on the types that can be used. > > I changed List to ICollection > Also there is a little confusion around the treatment of the various > collection types. i.e. string[] gets converted to a CharArraySet. Why not > just a List ? > So is it in lucene.java > > Thoughts?

Re: [Lucene.Net] 2.9.4g branch - test

2011-06-12 Thread digy digy
I've never committed any code to 2.9.4g branch before testing. So, It should pass all the tests. DIGY On Mon, Jun 13, 2011 at 4:26 AM, Prescott Nasser wrote: > > Does anyone have the latest 2.9.4g branch they can run the tests on - I've > done some WP7 stuff, and I'm

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-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: Status of Lucene.Net 2.9.1

2010-01-04 Thread Digy
(just throwing not-implemented-exception) one as in v2.4.1 DIGY -Original Message- From: George Aroush [mailto:geo...@aroush.net] Sent: Monday, January 04, 2010 3:32 AM To: lucene-net-dev@lucene.apache.org Subject: Status of Lucene.Net 2.9.1 Hi folks, Happy New Year! So what's

RE: Status of Lucene.Net 2.9.1

2010-01-04 Thread Digy
Maybe, this issue can be incorporated in 2.9.1 https://issues.apache.org/jira/browse/LUCENE-2190 DIGY -Original Message- From: George Aroush [mailto:geo...@aroush.net] Sent: Monday, January 04, 2010 3:32 AM To: lucene-net-dev@lucene.apache.org Subject: Status of Lucene.Net 2.9.1 Hi

RE: Status of Lucene.Net 2.9.1

2010-01-04 Thread Digy
Not yet. Any help is welcome :-) DIGY -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc.com] Sent: Monday, January 04, 2010 10:53 PM To: lucene-net-dev@lucene.apache.org Subject: RE: Status of Lucene.Net 2.9.1 I think that's a great idea - are you working on a

RE: Status of Lucene.Net 2.9.1

2010-01-05 Thread Digy
While having a solution for known bugs, leaving them unfixed should not be an option. +1 for #1 DIGY -Original Message- From: George Aroush [mailto:geo...@aroush.net] Sent: Tuesday, January 05, 2010 3:31 PM To: lucene-net-dev@lucene.apache.org Subject: RE: Status of Lucene.Net 2.9.1

RE: Status of Lucene.Net 2.9.1

2010-01-05 Thread Digy
I don't think we have a better way unless George decides to port them all at once. DIGY. -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc.com] Sent: Tuesday, January 05, 2010 10:49 PM To: lucene-net-dev@lucene.apache.org Subject: RE: Status of Lucene.Net 2.9.

RE: svn commit: r903444 - /lucene/lucene.net/site/index.html

2010-02-09 Thread Digy
"svn up" at "/www/incubator.apache.org/lucene.net" has never worked. Therefore I changed only index.html. DIGY -Original Message- From: George Aroush [mailto:geo...@aroush.net] Sent: Tuesday, February 09, 2010 5:26 AM To: lucene-net-dev@lucene.apache.org Sub

RE: Search using another search result using Multiple indexes

2010-02-11 Thread Digy
Why don't you use just one index with fields fileid, filename, filetype, lastmodified, created, f1,f2,f3,f4,f5 then, you could write a query like +filetype:pdf +f5:1 DIGY -Original Message- From: Ranga [mailto:ra...@capdigisoft.com] Sent: Thursday, February 11, 2010 4:13

RE: Incubator website

2010-02-11 Thread Digy
I created dir "lucene.net" under "/www/lucene.apache.org/" and am doing "svn co https://svn.apache.org/repos/asf/lucene/lucene.net/site ." right now. DIGY -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc.com] Sent: Thursday, February 1

RE: Contrib Section

2010-02-17 Thread Digy
ontrib/Search/SegmentCache Contrib/Index/Enumerators/FieldEnumerators & TermVectorEnumerator etc. I would also like to see all the enumerators in the core (although George wouldn't like that idea :). DIGY -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc

RE: 2.92 patches

2010-02-17 Thread Digy
> Does youre recent commit include the fix for custom score queries (LUCENENET-331) and the fix for the FilterCleaner (LUCENENET-339)? No, it is just "trunk-->2.9.2". > If not, I can commit those as well to bring us up to a complete 2.9.2 code base. OK. Now it's your tu

RE: 2.92 patches

2010-02-17 Thread Digy
Sorry Michael, I may have ported those changes, but I am not sure. Since I took all changed files in Lucene-Java and ported to .NET without thinking on issues created before. DIGY -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc.com] Sent: Wednesday, February 17

RE: Compiler warnings to worry about?

2010-02-18 Thread Digy
override/new keyword. Your patch is welcome. PS: Please subscribe to mailing list to send mails. Otherwise I'll have to do a allow/deny confirmation (as a moderator) with every mail you send and it can get lost among spams. DIGY -Original Message- From: Andy Pook [mailto:a

RE: Trunk up to 2.9.2

2010-02-18 Thread Digy
> It's nearly time to get this as an official release and allow us to move forward with 3.0. (or to maintain version parity with Java, 3.0.1) 3.0.1 and 2.9.2 are equal from the bugfix level, only deprecated methods are removed. We should also consider jumping directly to 3.1. DIGY -

RE: Lucene + Windows 2008 R2 performance issues

2010-02-18 Thread Digy
I usually try to avoid DllImport(and therefore don't like the current SupportClass.FileSupport.Sync also). But if there is a good implementation of MmapDirectory and a good justification, why not? DIGY -Original Message- From: Andrei Alecu [mailto:and...@tachyon-labs.com] Sent: Thu

RE: Finding minimum and maximum value in a field

2010-03-01 Thread Digy
I would store the min & max in a location other than lucene index(file,db etc.) and update them while indexing. DIGY -Original Message- From: Ranga [mailto:ra...@capdigisoft.com] Sent: Monday, March 01, 2010 4:08 PM To: lucene-net-dev@lucene.apache.org Subject: Finding minimum

RE: [jira] Commented: (LUCENENET-345) [Contrib] Extensions

2010-03-08 Thread Digy
Added to Contrib.Net. DIGY -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc.com] Sent: Monday, March 08, 2010 7:38 PM To: lucene-net-dev@lucene.apache.org Subject: RE: [jira] Commented: (LUCENENET-345) [Contrib] Extensions Committed. I'm open to any and all addi

RE: How do you open Contrib.net?

2010-03-10 Thread Digy
> Windows Explorer does not recognise it as a VS solutions file I have the same problem too. DIGY -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc.com] Sent: Wednesday, March 10, 2010 7:09 PM To: lucene-net-dev@lucene.apache.org Subject: RE: How do you o

RE: More compiler warnings.

2010-03-10 Thread Digy
There was a disccusion on these warnings previously. https://issues.apache.org/jira/browse/LUCENENET-202 . DIGY. -Original Message- From: Andy Pook [mailto:andy.p...@gmail.com] Sent: Wednesday, March 10, 2010 12:38 PM To: lucene-net-dev@lucene.apache.org Subject: Re: More compiler

RE: How do you open Contrib.net?

2010-03-10 Thread Digy
It's OK now. DIGY. -Original Message- From: Michael Garski [mailto:mgar...@myspace-inc.com] Sent: Wednesday, March 10, 2010 9:25 PM To: lucene-net-dev@lucene.apache.org Subject: RE: How do you open Contrib.net? I re-created the solution file and verified I was able to open it

RE: Which is the stable release?

2010-03-30 Thread Digy
> DIGY - I know you've ported over many of the 2.9.2 changes into the > trunk - are there any left outstanding? No, all diff's in Lucene.java 2.9.2 are ported. No waiting issue. Current state is ready for a realase. DIGY -Original Message- From: Michael Garski [mailto

RE: Lucene.net 2.9.1 and mono

2010-04-01 Thread Digy
Where do you compile Lucene.Net? If on mono, try compiling on windows with VS because I also have observed some strange behaviours after compiling on mono ( since it was far long ago, I don't remember what it is was anymore). DIGY -Original Message- From: Arne Claassen [mail

RE: Lucene.net 2.9.1 and mono

2010-04-01 Thread Digy
ks for SimpleFSLock other than > manually looking for the lock file and clearing it out at startup? You can use "IndexReader.Unlock" DIGY -Original Message- From: Arne Claassen [mailto:ar...@mindtouch.com] Sent: Friday, April 02, 2010 1:58 AM To: lucene-net-dev@lucene.apa

RE: Lucene.net 2.9.1 and mono

2010-04-03 Thread Digy
Thanks Robert. Good catch. I updated the current svn. DIGY -Original Message- From: Robert Jordan [mailto:robe...@gmx.net] Sent: Saturday, April 03, 2010 9:01 PM To: lucene-net-...@incubator.apache.org Subject: Re: Lucene.net 2.9.1 and mono Hey, It turned out that FSDirectory is

RE: Document class improvements

2010-05-04 Thread Digy
hich would make live very hard while trying to port new versions (or backports) of Lucene.Java. DIGY From: Leonardo Azize Martins [mailto:laz...@gmail.com] Sent: Monday, May 03, 2010 8:56 PM To: lucene-net-dev@lucene.apache.org Subject: Document class improvements Hi, I would lik

RE: Lucene.Net 2.9.3

2010-05-07 Thread Digy
Hi All, In order to create a 2.9.2 tag, I plan to wait till LUCENENET-358 is fixed, and at least one of the other commiters post a +1 DIGY From: Digy [mailto:digyd...@gmail.com] Sent: Tuesday, May 04, 2010 10:17 PM To: 'lucene-ne

RE: Lucene.Net 2.9.3

2010-05-10 Thread Digy
> From: Digy [mailto:digyd...@gmail.com] > Sent: Tuesday, May 04, 2010 10:17 PM > To: 'lucene-net-dev@lucene.apache.org' > Subject: Lucene.Net 2.9.3 > > Hi All, > Issues related with lucene.Java 2.9.3 (https://issues.apache.org/jira/browse/LUCENE/fixforversion

RE: Lucene.Net 2.9.3

2010-05-16 Thread Digy
Mostly. But, you have to create a JIRA issue and attach your patches to that. Since you don't have the "write" right to svn. DIGY -Original Message- From: Leonardo Azize Martins [mailto:laz...@gmail.com] Sent: Sunday, May 16, 2010 7:19 PM To: lucene-net-dev@lucene.apache.

RE: lucene performance questions

2010-05-18 Thread Digy
Whether you tokenize them or not, there shouldn't be any performance change. (ignoring the parsing of a few words of user's query) Is this some kind of XY problem (http://dictionary.babylon.com/xy%20problem/) DIGY -Original Message- From: Ravi Patel [mailto:rpat...@live.

RE: Serialization issue in Lucene.Net 2.9.2.1.

2010-05-31 Thread Digy
Thanks Pavlo, Can you create a JIRA issue for this and attach your patch? It is a good place to keep the track of changes(when?,why?,how?) DIGY -Original Message- From: Pavlo Zahozhenko [mailto:pavlozahozhe...@gmail.com] Sent: Monday, May 31, 2010 3:12 PM To: lucene-net-dev

RE: Unique Indexes

2010-07-03 Thread Digy
No, but storing the hash value(MD5,SHA1 etc.) of documents in a field can be a solution. DIGY -Original Message- From: Daniel Wertheim [mailto:dan...@wertheim.se] Sent: Saturday, July 03, 2010 9:53 PM To: lucene-net-dev@lucene.apache.org Subject: Unique Indexes Hi, Is there some built

RE: net a application that search on desktop (office 2003 and 2007 and pdf and other files

2010-07-03 Thread Digy
point. DIGY -Original Message- From: Pradipta Nayak [mailto:pradipta.na...@convergenttec.com] Sent: Saturday, July 03, 2010 12:50 PM To: lucene-net-dev@lucene.apache.org Subject: net a application that search on desktop (office 2003 and 2007 and pdf and other files Hi I am writing on beha

RE: Problems with IndexSearcher

2010-07-05 Thread Digy
about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned." DIGY. -Original Message- From: Daniel Wertheim [mailto:dan...@wertheim.se] Sent: Tuesda

RE: Sort by 2 fields or concatenated data

2010-07-23 Thread Digy
Is it possible to show the case with a small code fragment? DIGY -Original Message- From: Martyn Braithwaite [mailto:mbraithwa...@openroad.ca] Sent: Friday, July 23, 2010 10:46 PM To: lucene-net-dev@lucene.apache.org Subject: Sort by 2 fields or concatenated data I am having trouble

RE: Sort by 2 fields or concatenated data

2010-07-24 Thread Digy
ould get the same results. DIGY -Original Message- From: Martyn Braithwaite [mailto:mbraithwa...@openroad.ca] Sent: Saturday, July 24, 2010 2:04 AM To: lucene-net-dev@lucene.apache.org Subject: RE: Sort by 2 fields or concatenated data This is not a complete code sample but might giv

RE: Lucene.NET Community Status

2010-10-30 Thread Digy
iters was after Grant's mail.) So, If there are people willing to keep Lucene.Net alive, I am in, but I don't want to be the only one. DIGY -Original Message- From: Grant Ingersoll [mailto:gsing...@apache.org] Sent: Friday, October 29, 2010 11:48 PM To: lucene-net-u...@lucen

RE: need some help =)

2010-11-17 Thread Digy
1. You don't have a field named "contents" in the index. (It is "text") use "text" field to search. 2. Use "file_text" string while indexing ( not encoding.GetBytes(file_text) ) 3. You should index the "text" field as ANALYZED. 4. You h

RE: need some help =)

2010-11-17 Thread Digy
Try to see what you are indexing http://mail-archives.apache.org/mod_mbox/lucene-lucene-net-user/201011.mbox/%3caanlktim6kyuzhwb8p7g=hvqx6dy1fkarchro0hyw+...@mail.gmail.com%3e And you can also think of use of ASCIIFoldingFilter if it fits to your needs. DIGY -Original Message- From

RE: Newbie

2010-11-27 Thread Digy
See the parameters of IndexWriter ("create"). If you already have an index containing docs it must be set to "false". DIGY -Original Message- From: Wade Girard [mailto:wade.gir...@gmail.com] Sent: Saturday, November 27, 2010 10:30 PM To: lucene-net-dev@lucene.apache

RE: [jira] Commented: (LUCENENET-379) Clean up Lucene.Net website

2010-11-30 Thread Digy
I got bored with being the only committer who tries to answers the user's questions and making commits to keep the project alive. So, I continue (for now) to answer some question on mailing lists but stopped committing months ago. DIGY. -Original Message- From: Prescott N

RE: Proposal Stage: Backwards Compatibility / Support

2011-01-02 Thread Digy
> The 3.0.X ports should be 100% Sharpen Why? What about other alternatives? Lucene.java 3.0.3 ==> .Net Conversion Samples ( http://people.apache.org/~digy/Lucene.Net.3.0.3.zip ) DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Saturday, January 01

RE: [jira] Commented: (LUCENENET-380) Evaluate Sharpen as a port tool

2011-01-07 Thread Digy
Hi Peter, Most of them existed also in previous ports. This is why we have a huge SupportClass.cs If you compare the source with Lucene.Net 2.9.2, you can see how it was solved previously. DIGY -Original Message- From: Peter Mateja [mailto:peter.mat...@gmail.com] Sent: Friday, January

RE: Proposal Status, Initial Committors List, Contributors List

2011-01-08 Thread Digy
Thanks Troy, It is very good. DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Thursday, January 06, 2011 7:47 PM To: lucene-net-dev@lucene.apache.org Subject: Proposal Status, Initial Committors List, Contributors List All, Thanks for all the recent

RE: Proposal Status, Initial Committors List, Contributors List

2011-01-08 Thread Digy
I think there are some misunderstandings about how to contribute to Lucene.Net. Everyone is free to grab to source code, work on it and post the bugs/improvements/new features. They are always welcomed. DIGY -Original Message- From: srikalyan swayampakula [mailto:srikalyansswa

RE: [jira] Commented: (LUCENENET-380) Evaluate Sharpen as a port tool

2011-01-09 Thread Digy
coding.UTF8" instead of "System.Text.Encoding.ASCII" * ">>>" is already implemented in SupportClass. * Threshold differences between .NET & Java while comparing floats/doubles. Use also these classes: * There is a good implementation of WeakHashTable in SupportClass.

RE: Stefan's Newbie Questions (was Re: Proposal Status, Initial Committors List, Contributors List)

2011-01-26 Thread Digy
I think we should discuss it later not to hijack this thread.. DIGY -Original Message- From: Hans Merkl [mailto:h...@hmerkl.com] Sent: Wednesday, January 26, 2011 11:29 PM To: lucene-net-dev@lucene.apache.org Subject: Re: Stefan's Newbie Questions (was Re: Proposal Status, In

RE: Icubator Infra: svn and Committers

2011-02-06 Thread Digy
I copied Lucene.Net to the new location (https://svn.apache.org/repos/asf/incubator/lucene.net/) and changed some links in the index.html page. DIGY -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Sunday, February 06, 2011 9:55 AM To: lucene-net-dev

RE: Arabic Analyzer

2011-02-06 Thread Digy
By Hand. Find-Replace is your best friend :) DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Monday, February 07, 2011 12:02 AM To: lucene-net-dev@lucene.apache.org Subject: RE: Arabic Analyzer Hey Digy, Do you use sharpen (or some other

RE: Arabic Analyzer

2011-02-06 Thread Digy
Although it is a minimal code it took about 2 hours to port these (6+3) classes and then test. DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Monday, February 07, 2011 12:02 AM To: lucene-net-dev@lucene.apache.org Subject: RE: Arabic Analyzer Hey

RE: Umlauts as Char

2011-02-08 Thread Digy
us up to date or not. 3- ASCIIFoldingFilter.cs is another example for dealing with non-ascii chars. DIGY -Original Message- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Tuesday, February 08, 2011 3:55 AM To: lucene-net-dev@lucene.apache.org Subject: Umlauts as Char He

RE: Umlauts as Char

2011-02-08 Thread Digy
One more thing, don't open https://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_9_2/contrib/analy zers/common/src/java/org/apache/lucene/analysis/de/GermanStemmer.java using browser. just checkout from svn and then open it. DIGY -Original Message- From: Prescott N

RE: Umlauts as Char

2011-02-08 Thread Digy
1. Using a svn client to download the code is a solution. DIGY -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Tuesday, February 08, 2011 7:10 AM To: lucene-net-dev@lucene.apache.org Subject: Re: Umlauts as Char On 2011-02-08, Prescott Nasser

RE: Incubator Infra: mailing lists

2011-02-10 Thread Digy
On moderation: I don't think we had a specific policy. I have usually allowed mails as long as it is related with Lucene.Net(and in English of course) DIGY -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Thursday, February 10, 2011 11:49 AM To: lucene-ne

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-10 Thread Digy
Hi Stefan, I don't see it as a "request for permission". It is rather to inform people about the change who may have different ideas and give a chance to comment on it if this change breaks something in their own local copy. DIGY -Original Message- From: Stefan Bodew

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-10 Thread Digy
They all contain Apache License 1.1 and compatible with v1.4.3( for ex, they don't implement ReusableTokenStream of Analyzer class) There may be also other fixes in v2.9. I think they can wait till a complete review. DIGY -Original Message- From: Prescott Nasser [mailto:g

RE: Old website redirects?

2011-02-12 Thread Digy
I changed the content of index.html at /www/lucene.apache.org/lucene.net as below. It will be active in a few hours. http://incubator.apache.org/lucene.net/";> DIGY -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Saturday, Feb

RE: Can I remove access of Lucene.NET committers to Lucene infrastructure now?

2011-02-13 Thread Digy
Read-only access is enough. DIGY -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Sunday, February 13, 2011 9:04 AM To: lucene-net-dev@lucene.apache.org Subject: Can I remove access of Lucene.NET committers to Lucene infrastructure now? Hi, as far as I can tell

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Digy
It is configured as "Embedded Resource" in project file. No need to load explicitly. DIGY -Original Message- From: Ben Foster [mailto:b...@planetcloud.co.uk] Sent: Monday, February 14, 2011 5:51 PM To: lucene-net-dev@lucene.apache.org Subject: RE: [jira] Commented: (LUC

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Digy
lly be used. DIGY Either -Original Message- From: Ben Foster [mailto:b...@planetcloud.co.uk] Sent: Tuesday, February 15, 2011 12:25 AM To: lucene-net-dev@lucene.apache.org Subject: Re: [jira] Commented: (LUCENENET-392) Arabic Analyzer What needs to be done to support localized query parse

RE: duplicate records in index

2011-02-16 Thread Digy
You are adding the same doc twice. (See how you add "acttime" ) DIGY -Original Message- From: Wen Gao [mailto:samuel.gao...@gmail.com] Sent: Wednesday, February 16, 2011 11:35 AM To: lucene-net-dev@lucene.apache.org Subject: duplicate records in index Hi, I am creating an

RE: how can I get the similarity in fuzzy query

2011-02-16 Thread Digy
Whether *fuzzy* or not, all queries are simple term queries at the end and Lucene does not have an info like *similarity*, just scores. DIGY -Original Message- From: Wen Gao [mailto:samuel.gao...@gmail.com] Sent: Wednesday, February 16, 2011 9:47 PM To: lucene-net-dev@lucene.apache.org

RE: how can I get the similarity in fuzzy query

2011-02-16 Thread Digy
Download the source from https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_2 using a svn client(like TortoiseSVN), and open the project file with VS20XX. DIGY -Original Message- From: Wen Gao [mailto:samuel.gao...@gmail.com] Sent: Wednesday, February 16, 2011 9

RE: Incubator Infra: JIRA

2011-02-18 Thread Digy
Sorry, I am not admin. DIGY -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Friday, February 18, 2011 11:46 AM To: lucene-net-dev@lucene.apache.org Subject: Re: Incubator Infra: JIRA On 2011-02-18, Troy Howard wrote: > I'm not terribly familiar with

RE: Proposed Roadmap

2011-02-18 Thread Digy
. DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Friday, February 18, 2011 11:48 AM To: lucene-net-dev@lucene.apache.org Cc: Prescott Nasser Subject: Re: Proposed Roadmap Yes. If you look at the milestone dates on those two tracks of development: Lucene.Net

RE: Incubator Infra: JIRA

2011-02-18 Thread Digy
Hi Sergey, I added you too. DIGY -Original Message- From: Sergey Mirvoda [mailto:ser...@mirvoda.com] Sent: Friday, February 18, 2011 6:55 PM To: lucene-net-dev@lucene.apache.org Subject: Re: Incubator Infra: JIRA Hi, DIGY My jira user name is sergey_mirvoda. https://issues.apache.org

RE: svn commit: r1072121 - /incubator/lucene.net/branches/vs2010/

2011-02-18 Thread Digy
But I would prefer do the same thing on my own local copy and create a patch for trunk. Thanks, DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: Friday, February 18, 2011 11:39 PM To: lucene-net-dev@lucene.apache.org Cc: Sergey Mirvoda Subject: Re: svn

RE: svn commit: r1072121 - /incubator/lucene.net/branches/vs2010/

2011-02-18 Thread Digy
> Although why wait until after the official release? Just for Lucene.Net users who doesn't use VS2010 and want to use the latest version. DIGY -Original Message- From: Lombard, Scott [mailto:slomb...@kingindustries.com] Sent: Friday, February 18, 2011 11:27 PM To: lucene

RE: svn commit: r1072121 - /incubator/lucene.net/branches/vs2010/

2011-02-18 Thread Digy
Why not having a release targeting 2.0, 3.5 and 4.0, then updating the project to 4.0 DIGY -Original Message- From: Sergey Mirvoda [mailto:ser...@mirvoda.com] Sent: Friday, February 18, 2011 11:56 PM To: lucene-net-dev@lucene.apache.org Subject: Re: svn commit: r1072121 - /incubator

RE: svn commit: r1072121 - /incubator/lucene.net/branches/vs2010/

2011-02-18 Thread Digy
What I meant was a binary release. DIGY. -Original Message- From: Sergey Mirvoda [mailto:ser...@mirvoda.com] Sent: Saturday, February 19, 2011 12:02 AM To: lucene-net-dev@lucene.apache.org Subject: Re: svn commit: r1072121 - /incubator/lucene.net/branches/vs2010/ 4.0 rules them all. You

RE: svn commit: r1072121 - /incubator/lucene.net/branches/vs2010/

2011-02-18 Thread Digy
Hi Prescott, I think there is a misunderstanding about the release. In Apache way, a release is a *signed* binary release(compiled version). Lucene.Net.dll has no dependency to other binaries(unless you want to test or use compression) and they will not be included in the release. DIGY

RE: [Lucene.Net] Creating a Strong Named Assembly as part of our release

2011-02-21 Thread Digy
s the signed-release in GAC and then wants to compile and sign with his own key and forgets to remove the old one from GAC) should be handled by Lucene.Net. At the end, all Lucene.Net users are developers. DIGY -Original Message- From: Troy Howard [mailto:thowar...@gmail.com] Sent: M

RE: [Lucene.Net] how to update the index

2011-02-22 Thread Digy
http://www.google.com.tr/search?q=%22Near+Realtime+Search%22+lucene DIGY -Original Message- From: Wen Gao [mailto:samuel.gao...@gmail.com] Sent: Tuesday, February 22, 2011 11:07 PM To: lucene-net-dev@lucene.apache.org Subject: [Lucene.Net] how to update the index Hi, I am using lucene

RE: [Lucene.Net] JIRA issues for Java Lucene changes

2011-02-23 Thread Digy
2.3.1->2.3.2 or 2.9.1 -> 2.9.2 transitions were done with just a single patch, for ex. DIGY -Original Message- From: Lombard, Scott [mailto:slomb...@kingindustries.com] Sent: Wednesday, February 23, 2011 11:36 PM To: lucene-net-dev@lucene.apache.org Subject: [Lucene.Net] JIRA issu

RE: [Lucene.Net] JIRA issues for Java Lucene changes

2011-02-23 Thread Digy
In the time needed to create 10s of issues, half of the fixes could be done :) DIGY -Original Message- From: Lombard, Scott [mailto:slomb...@kingindustries.com] Sent: Wednesday, February 23, 2011 11:36 PM To: lucene-net-dev@lucene.apache.org Subject: [Lucene.Net] JIRA issues for Java

RE: [Lucene.Net] JIRA issues for Java Lucene changes

2011-02-23 Thread Digy
We can take,for ex, a namespace like Lucene.Net.Util(+test cases) and create a single patch for all of the related issues. (This approach needs to work on svn history, not on issues) DIGY -Original Message- From: Lombard, Scott [mailto:slomb...@kingindustries.com] Sent: Thursday

RE: [Lucene.Net] JIRA issues for Java Lucene changes

2011-02-23 Thread Digy
Instead of looking at issues, use TortoiseSVN's compare revision utility. Some issues seem to be complex but patches are really simple. See the fix for 2 of 103 files below DIGY Index: Constants.cs === --- Constan

  1   2   3   4   5   >