You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lucenenet.apache.org by Leandro Halfon <le...@gmail.com> on 2012/02/14 19:27:56 UTC

[Lucene.Net] faceting

Hi! I'm Leandro from Argentina.
I've been reading this 2 projects:

https://cwiki.apache.org/LUCENENET/simple-faceted-search.html
bobo.codeplex.com

I don't know which idea is better for mi site, so maybe you can help me.
Mi site es www.buscafacil.com and is currently working with nhibernate, but
is very slowly. I want to implement Lucene.NET  with facets.
The search are only with facets.

What do you recomend?

Thanks!

RE: [Lucene.Net] faceting

Posted by Prescott Nasser <ge...@hotmail.com>.
Check out the wiki article that Leandro pointed to: https://cwiki.apache.org/LUCENENET/simple-faceted-search.html ~Prescott
 > Date: Wed, 15 Feb 2012 09:30:54 +0530
> From: karunakerreddyv@gmail.com
> To: lucene-net-user@lucene.apache.org
> Subject: Re: [Lucene.Net] faceting
> 
> How can we implement faceted search with lucene.net without bobo..please
> tell me
> 
> Regards,
> Karunaker
> 
> On Wed, Feb 15, 2012 at 9:16 AM, Prescott Nasser <ge...@hotmail.com>wrote:
> 
> >
> >
> >  Hey Leandro, I took a look at BoboBrowse.Net, it looks like a faceted
> > search on top of Lucene.Net. From what I can tell it has built an API that
> > is directly suited to faceted searching, rather than the more multi-purpose
> > search Lucene.Net can offer.  While Lucene.Net can do faceted search, if
> > your sole intention is to use faceted search, the API BoboBrowse.Net
> > provides is probably more suited to that need. That said, if you do use
> > Lucene.Net (which I think would work just as well for you), I encourage you
> > to provide feedback to the community on how we can improve it, or submit
> > your own patches and updates to make faceted search cleaner to implement.
> > ~Prescott  > From: leandrohalfon@gmail.com
> > > Date: Tue, 14 Feb 2012 15:27:56 -0300
> > > To: lucene-net-user@lucene.apache.org
> > > Subject: [Lucene.Net] faceting
> > >
> > > Hi! I'm Leandro from Argentina.
> > > I've been reading this 2 projects:
> > >
> > > https://cwiki.apache.org/LUCENENET/simple-faceted-search.html
> > > bobo.codeplex.com
> > >
> > > I don't know which idea is better for mi site, so maybe you can help me.
> > > Mi site es www.buscafacil.com and is currently working with nhibernate,
> > but
> > > is very slowly. I want to implement Lucene.NET  with facets.
> > > The search are only with facets.
> > >
> > > What do you recomend?
> > >
> > > Thanks!
> >
> >
 		 	   		  

Re: [Lucene.Net] faceting

Posted by K a r n a v <ka...@gmail.com>.
How can we implement faceted search with lucene.net without bobo..please
tell me

Regards,
Karunaker

On Wed, Feb 15, 2012 at 9:16 AM, Prescott Nasser <ge...@hotmail.com>wrote:

>
>
>  Hey Leandro, I took a look at BoboBrowse.Net, it looks like a faceted
> search on top of Lucene.Net. From what I can tell it has built an API that
> is directly suited to faceted searching, rather than the more multi-purpose
> search Lucene.Net can offer.  While Lucene.Net can do faceted search, if
> your sole intention is to use faceted search, the API BoboBrowse.Net
> provides is probably more suited to that need. That said, if you do use
> Lucene.Net (which I think would work just as well for you), I encourage you
> to provide feedback to the community on how we can improve it, or submit
> your own patches and updates to make faceted search cleaner to implement.
> ~Prescott  > From: leandrohalfon@gmail.com
> > Date: Tue, 14 Feb 2012 15:27:56 -0300
> > To: lucene-net-user@lucene.apache.org
> > Subject: [Lucene.Net] faceting
> >
> > Hi! I'm Leandro from Argentina.
> > I've been reading this 2 projects:
> >
> > https://cwiki.apache.org/LUCENENET/simple-faceted-search.html
> > bobo.codeplex.com
> >
> > I don't know which idea is better for mi site, so maybe you can help me.
> > Mi site es www.buscafacil.com and is currently working with nhibernate,
> but
> > is very slowly. I want to implement Lucene.NET  with facets.
> > The search are only with facets.
> >
> > What do you recomend?
> >
> > Thanks!
>
>

RE: [Lucene.Net] faceting

Posted by Prescott Nasser <ge...@hotmail.com>.

 Hey Leandro, I took a look at BoboBrowse.Net, it looks like a faceted search on top of Lucene.Net. From what I can tell it has built an API that is directly suited to faceted searching, rather than the more multi-purpose search Lucene.Net can offer.  While Lucene.Net can do faceted search, if your sole intention is to use faceted search, the API BoboBrowse.Net provides is probably more suited to that need. That said, if you do use Lucene.Net (which I think would work just as well for you), I encourage you to provide feedback to the community on how we can improve it, or submit your own patches and updates to make faceted search cleaner to implement. ~Prescott  > From: leandrohalfon@gmail.com
> Date: Tue, 14 Feb 2012 15:27:56 -0300
> To: lucene-net-user@lucene.apache.org
> Subject: [Lucene.Net] faceting
> 
> Hi! I'm Leandro from Argentina.
> I've been reading this 2 projects:
> 
> https://cwiki.apache.org/LUCENENET/simple-faceted-search.html
> bobo.codeplex.com
> 
> I don't know which idea is better for mi site, so maybe you can help me.
> Mi site es www.buscafacil.com and is currently working with nhibernate, but
> is very slowly. I want to implement Lucene.NET  with facets.
> The search are only with facets.
> 
> What do you recomend?
> 
> Thanks!