Hi Prescott, Are you working on IsolatedStorageDirectory? If not, I'll create an issue for this.
DIGY -----Original Message----- From: Prescott Nasser [mailto:geobmx...@hotmail.com] Sent: Tuesday, June 07, 2011 8:24 PM To: lucene-net-user@lucene.apache.org Subject: RE: [Lucene.Net] Re: windows phone 7 Does it make sense to put something like this in core (like RAMDirectory) or better in contrib? ---------------------------------------- > From: digyd...@gmail.com > To: lucene-net-user@lucene.apache.org > Date: Tue, 7 Jun 2011 00:11:53 +0300 > Subject: RE: [Lucene.Net] Re: windows phone 7 > > Another implementation > > http://code.msdn.microsoft.com/Azure-Library-for-83562538 > > DIGY > > > -----Original Message----- > From: Itamar Syn-Hershko [mailto:ita...@code972.com] > Sent: Monday, June 06, 2011 7:50 PM > To: lucene-net-user@lucene.apache.org > Subject: Re: [Lucene.Net] Re: windows phone 7 > > Never coded to WP7 (yet), but if storage is the only thing to worry > about then all you'll have to do is create an IsolatedStorageDirectory > implementing Lucene.Net.Directories.Directory (IIRC). Take a look at > FSDirectory and RAMDirectory for some implementation details. I don't > think thats gonna be too hard to pull. > > On 06/06/2011 19:39, Greg Weber wrote: > > > I asked this question in a broader sense of full text search on Windows > > Phone 7. > > > http://stackoverflow.com/questions/6191161/fast-full-text-search-on-windows- > phone-7 > > > > I was told that Lucene.Net would have to be ported to use Isolated Storage > > (instead of the filesystem directly), which would be a time consuming and > > possibly difficult task. > > > > On Wed, Jun 1, 2011 at 11:23 AM, Greg Weber wrote: > > > >> Has anyone used Lucene .Net on Windows Phone 7? Are there any barriers to > >> doing so? > >> > >> Thanks! > >> Greg Weber > >> > =