[Lucene.Net] [jira] [Resolved] (LUCENENET-452) Add docs to release

2011-11-02 Thread Prescott Nasser (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prescott Nasser resolved LUCENENET-452. --- Resolution: Fixed Docs have been migrated to our website and the trunk/docs has be

[Lucene.Net] new feature for the lucene SpellChecker

2011-11-02 Thread startrekfan75
Hi, I'd like to suggest a new feature for the lucene SpellChecker. I have implemented a little autocomplete function in the SpellChecker class. Of course it's only very basic and simple implementation. But it's works very good. This function can e.g. help users to complete their input in the

Re: [Lucene.Net] .xml files

2011-11-02 Thread Michael Herndon
The Lucene.Net projects were set up so they only generate when you build the solution or a project in release mode. There were also copies of those files in the zip file attached to that one ticket as well just in case. On Wed, Nov 2, 2011 at 2:59 AM, Prescott Nasser wrote: > > How do I generate

RE: [Lucene.Net] moving docs in the svn repository - fast way?

2011-11-02 Thread Prescott Nasser
I see I need to read up :) Thanks Stefan ~P > From: bode...@apache.org > To: lucene-net-...@incubator.apache.org > Date: Wed, 2 Nov 2011 08:41:24 +0100 > Subject: Re: [Lucene.Net] moving docs in the svn repository - fast way? > > On 2011-11-02,

Re: [Lucene.Net] moving docs in the svn repository - fast way?

2011-11-02 Thread Stefan Bodewig
On 2011-11-02, Prescott Nasser wrote: > I briefly touched on this in a prior email, but we have a our docs > located > https://svn.apache.org/repos/asf/incubator/lucene.net/site/docs/, they > need to be moved under > https://svn.apache.org/repos/asf/incubator/lucene.net/site/trunk/content/lucene.n

[Lucene.Net] moving docs in the svn repository - fast way?

2011-11-02 Thread Prescott Nasser
I briefly touched on this in a prior email, but we have a our docs located https://svn.apache.org/repos/asf/incubator/lucene.net/site/docs/, they need to be moved under https://svn.apache.org/repos/asf/incubator/lucene.net/site/trunk/content/lucene.net/docs/ otherwise they won't be visible usi

[Lucene.Net] .xml files

2011-11-02 Thread Prescott Nasser
How do I generate those? I thought they were generated on compile, but I'm unable to find them