|
|
-
Re: [Lucene.Net] Re: windows phone 7Troy Howard 2011-06-07, 20:25
I'd put it in Contrib.
On Tue, Jun 7, 2011 at 10:24 AM, Prescott Nasser <[EMAIL PROTECTED]>wrote: > > Does it make sense to put something like this in core (like RAMDirectory) > or better in contrib? > > > > > ---------------------------------------- > > From: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > 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:[EMAIL PROTECTED]] > > Sent: Monday, June 06, 2011 7:50 PM > > To: [EMAIL PROTECTED] > > 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 > > >> > > > |