RE: Search.Regex implementation

2009-12-21 Thread George Aroush
e.org Subject: RE: Search.Regex implementation Thanks you George, I've added the license headers copying them from other project's files. As for your points, yes I ported the bare minimum for my needs; at this time I just have this essential (minimal) port for Lucene regex-based queries and sp

RE: Search.Regex implementation

2009-12-17 Thread Daniele Fusi
mbre 2009 06:08 To: lucene-net-dev@incubator.apache.org Subject: RE: Search.Regex implementation Hi Daniele, Thanks for the port, I had a look at it and here is my comments: 1) Each source file must have the Apache License header. 2) The code must be submitted through JIRA as an attachment. 3)

RE: Search.Regex implementation

2009-12-16 Thread George Aroush
Hi Daniele, Thanks for the port, I had a look at it and here is my comments: 1) Each source file must have the Apache License header. 2) The code must be submitted through JIRA as an attachment. 3) When I compare your port to the Java version, I see some files missing, did you port only what you