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

2011-06-29 Thread Wyatt Barnett
Those are pretty strong words -- I'd really like to know why I shouldn't trust anything but a line-by-line port. Can you explain a bit? On Wed, Jun 29, 2011 at 3:47 PM, Granroth, Neal V. wrote: > This is has been discussed many times. > Lucene.NET is not valid, the code cannot be trusted, if it i

Re: [Lucene.Net] documentation, monthly updates, & Lucene Revolution

2011-05-23 Thread Wyatt Barnett
I've got a demo to survive, but I'd love to pitch in once I get past that -- won't really come up for air until late June though. @DIGY: definitely appreciate that it is still baking, so to speak, but the way the modern world is, I think one could come out and start writing about cool new things i

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

2011-05-18 Thread Wyatt Barnett
Sweet. Is there a binary I can drop in or should I compile my own? On Wed, May 18, 2011 at 6:20 PM, Digy (JIRA) wrote: > >    [ > https://issues.apache.org/jira/browse/LUCENENET-412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13035795#comment-13035795 >

[Lucene.Net] Joining the Revolution

2011-04-21 Thread Wyatt Barnett
Comerade? Seems like there is a Lucene conference: http://www.lucenerevolution.com/ ; Anyone planning on attending?

Re: [Lucene.Net] release 2.9.4

2011-04-05 Thread Wyatt Barnett
be a tag for Lucene.Net_2_9_4 as there are for >> previous release candidates? >> >> - Neal >> >> -Original Message- >> From: Wyatt Barnett [mailto:wyatt.barn...@gmail.com] >> Sent: Tuesday, April 05, 2011 12:15 PM >> To: lucene-net-...@lucene.apache.o

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

2011-03-03 Thread Wyatt Barnett
I'd ask if we need to install this stuff on hudson at all -- most of it is command line utilites that can be transported with the source in svn anyhow. Sidebar advantages here are it is much easier to debug the build scrips since you have no environmental dependencies and you've got all the toys in

Re: [Lucene.Net] Lucene.Net Tasks due by 2/28

2011-02-23 Thread Wyatt Barnett
I'm pretty good with the HTML/CSS stuff -- pretty much cut my teeth in this industry doing lots of web design/publishing. Definitely willing to help. CI -- there are three problems we need to look at: a) Project being setup for CI. This means that you can literally check out and build. VS 2010 br

Re: how can I get the similarity in fuzzy query

2011-02-16 Thread Wyatt Barnett
If you are running in VS 2010, I'd advise saving yourself some trouble and just grabbing the 2.9.2 package off nuget. On Wed, Feb 16, 2011 at 3:13 PM, Wen Gao wrote: > Thanks you. > > Wen > 2011/2/16 Digy > >> Download the source from >> https://svn.apache.org/repos/asf/incubator/lucene.net/tags

Re: Build & CI Considerations

2011-01-26 Thread Wyatt Barnett
ptions available... For details, see: > http://ci.apache.org/ > > I'd suggest Hudson. > > Regarding Mono support, I think providing a MonoDevelop compatible > solution file, and testing builds in at least one standard Linux > environment will be necessary. I'd suggest

Build & CI Considerations

2011-01-26 Thread Wyatt Barnett
Per Michael's suggestion I'm branching this off into a new thread. I'll start by saying this is somewhere I think I could help alot -- I'm still a recovering liberal arts major so I can't claim to grok too much of the underlying computer sciency bits. I've also spent as much if not more time in IT

Re: Proposal Status, Initial Committors List, Contributors List

2011-01-26 Thread Wyatt Barnett
I'd be happy to continue my work with the Visual Studio versioning, building and dependency management bits (cf https://issues.apache.org/jira/browse/LUCENENET-377) ; I just need some direction from the committers as to what I should target and what the operational goals are. On Wed, Jan 26, 2011

Re: Initial committers list for Incubator Proposal

2011-01-04 Thread Wyatt Barnett
My names is Wyatt Barnett. I currently work as Director of IT at the National Cable & Telecommunications Association in Washington, DC, USA. I have used more than a few information retrieval/full text query systems in the past, but nothing has matched what one can do with Lucene.NET and a bit

Re: need some help =)

2010-11-17 Thread Wyatt Barnett
You should be able to open any of the contrib projects with the free visual studio express software or with monodevelop, also free. On Nov 17, 2010, at 1:58 PM, asmcad wrote: > i don't have any ide writing custom analyzer... so i'll stick with > SnowballAnalyzer for now. > > On 17.11.2010 21

Re: Integrate Lucin Search

2010-11-17 Thread Wyatt Barnett
Lucene can search anything you feed to it. But it doesn't know how to eat itself. So: 1) You need to load the data from the database and feed it to lucene in the format you want it indexed in. Along with the searchable data, you need to provide an identifier you can use to link back to whatever it

Re: [jira] Commented: (LUCENENET-377) Upgrade solution to VS2010

2010-11-10 Thread Wyatt Barnett
@Peter M-- no, the current implementation would not work with VS express. Main issue there, which I'm not sure we want to work around, is solution folders are not supported. Now, I strongly suspect it will work in monodevelop -- its downloading on this mac as I write. In general, I don't think it w

[jira] Commented: (LUCENENET-377) Upgrade solution to VS2010

2010-11-10 Thread Wyatt Barnett (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930591#action_12930591 ] Wyatt Barnett commented on LUCENENET-377: - Definitely agree there is alot