Thanks for your help. I tried with your second option but it still doesn't work.
I use monodevelop and create a project with only the file IndexTest.cs and when I run it, I have this error : [Task:File=/home/justine/dotLucene/dotLucene/IndexTest.cs, Line=20, Column=24, Type=Error, Description=The type or namespace name `Analysis' does not exist in the namespace `Lucene.Net'. Are you missing an assembly reference?(CS0234) [Task:File=/home/justine/dotLucene/dotLucene/IndexTest.cs, Line=21, Column=22, Type=Error, Description=The type or namespace name `Demo' does not exist in the namespace `Lucene.Net'. Are you missing an assembly reference?(CS0234) [Task:File=/home/justine/dotLucene/dotLucene/IndexTest.cs, Line=22, Column=21, Type=Error, Description=The type or namespace name `Index' does not exist in the namespace `Lucene.Net'. Are you missing an assembly reference?(CS0234) It's why I thought I needed Lucene.Net.dll but it isn't in the svn version... 2008/11/11 Jokin Cuadrado <[EMAIL PROTECTED]> > The trunk right now it's unstable. > > there are four options: > > - get last compiled version (2.0 release) > - get the 2.1 from the svn > ( > https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_1_0 > ) > - get the trunk and apply the patches made by doug tha are posted in > the list or in the jira issue tracker > - wait until george or one of the new commiters upload the patches to > the trunk. > > if you are an adventurer you can try the 3rd option, if not i would > suggest the 2nd one. The first one is the easiest one, but there are > some bugfixes in the 2.1 version, so i think it's better to get it and > compile it. > > > > On Tue, Nov 11, 2008 at 3:17 PM, Andrew C. Smith <[EMAIL PROTECTED]> > wrote: > > you can download a stable release here > > > > http://incubator.apache.org/lucene.net/download/ > > > > or you can build from the svn trunk here > > > > https://svn.apache.org/repos/asf/incubator/lucene.net/trunk/ > > > > > > > > On Tue, Nov 11, 2008 at 4:10 AM, Justine Demeyer > > <[EMAIL PROTECTED]>wrote: > > > >> Hi all, > >> > >> I'm new with Lucene.Net and I want to use it on Ubuntu. I tried with > >> monodevelop but I have some problems. > >> > >> I think that I have to put the Lucene.Net.dll in the references of my > >> project but I can't find it!! Is it possible to send me it? > >> > >> Thank you. > >> > > >
