You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Ruslan Sivak <ru...@vshift.com> on 2008/06/17 01:38:23 UTC

Simple Web Search

I would like to provide a simple web search of our web site.  We have a 
lot of dynamic content, and instead of searching through the database, I 
would like to use some some sort of crawler to index the site.  Is there 
one available that generates Lucene indexes? 

I looked into Nutch, but it looks a bit complicated to set up.  I'm not 
really interested in running Nutch as web app, maybe only do update 
indexes, and I would like to use Nutch/Lucene jars to do the searching. 

Can someone recommend a crawler?

Russ



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Simple Web Search

Posted by Ruslan Sivak <ru...@vshift.com>.
The thing is I don't necessarily want to search the db, as I don't know 
what page to send the user to to view the result.  I want to have 
something crawl the site and then be able to know the url of the match.

Russ

Lukas Vlcek wrote:
> Hi,
>
> If your content is stored in database then you might be also interested in
> Compass (I have a very positive experience with this product). Hibernate
> search can be other interesting product for you (I don't have any experience
> with this product so I am not able to tell you).
>
> Lukas
>
> On Tue, Jun 17, 2008 at 6:32 AM, Chris Lu <ch...@gmail.com> wrote:
>
>   
>> Sounds you should use DBSight. Besides simple SQL crawler, you can adjust
>> ranking by time(freshness), efficient multi-valued facet search(tagging),
>> etc.
>>
>> --
>> Chris Lu
>> -------------------------
>> Instant Scalable Full-Text Search On Any Database/Application
>> site: http://www.dbsight.net
>> demo: http://search.dbsight.com
>> Lucene Database Search in 3 minutes:
>>
>> http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
>> DBSight customer, a shopping comparison site, (anonymous per request) got
>> 2.6 Million Euro funding!
>>
>>
>> On Mon, Jun 16, 2008 at 4:38 PM, Ruslan Sivak <ru...@vshift.com> wrote:
>>
>>     
>>> I would like to provide a simple web search of our web site.  We have a
>>>       
>> lot
>>     
>>> of dynamic content, and instead of searching through the database, I
>>>       
>> would
>>     
>>> like to use some some sort of crawler to index the site.  Is there one
>>> available that generates Lucene indexes?
>>> I looked into Nutch, but it looks a bit complicated to set up.  I'm not
>>> really interested in running Nutch as web app, maybe only do update
>>>       
>> indexes,
>>     
>>> and I would like to use Nutch/Lucene jars to do the searching.
>>> Can someone recommend a crawler?
>>>
>>> Russ
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>>
>>>
>>>       
>
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Simple Web Search

Posted by Lukas Vlcek <lu...@gmail.com>.
Hi,

If your content is stored in database then you might be also interested in
Compass (I have a very positive experience with this product). Hibernate
search can be other interesting product for you (I don't have any experience
with this product so I am not able to tell you).

Lukas

On Tue, Jun 17, 2008 at 6:32 AM, Chris Lu <ch...@gmail.com> wrote:

> Sounds you should use DBSight. Besides simple SQL crawler, you can adjust
> ranking by time(freshness), efficient multi-valued facet search(tagging),
> etc.
>
> --
> Chris Lu
> -------------------------
> Instant Scalable Full-Text Search On Any Database/Application
> site: http://www.dbsight.net
> demo: http://search.dbsight.com
> Lucene Database Search in 3 minutes:
>
> http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
> DBSight customer, a shopping comparison site, (anonymous per request) got
> 2.6 Million Euro funding!
>
>
> On Mon, Jun 16, 2008 at 4:38 PM, Ruslan Sivak <ru...@vshift.com> wrote:
>
> > I would like to provide a simple web search of our web site.  We have a
> lot
> > of dynamic content, and instead of searching through the database, I
> would
> > like to use some some sort of crawler to index the site.  Is there one
> > available that generates Lucene indexes?
> > I looked into Nutch, but it looks a bit complicated to set up.  I'm not
> > really interested in running Nutch as web app, maybe only do update
> indexes,
> > and I would like to use Nutch/Lucene jars to do the searching.
> > Can someone recommend a crawler?
> >
> > Russ
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: java-user-help@lucene.apache.org
> >
> >
>



-- 
http://blog.lukas-vlcek.com/

Re: Simple Web Search

Posted by Chris Lu <ch...@gmail.com>.
Sounds you should use DBSight. Besides simple SQL crawler, you can adjust
ranking by time(freshness), efficient multi-valued facet search(tagging),
etc.

-- 
Chris Lu
-------------------------
Instant Scalable Full-Text Search On Any Database/Application
site: http://www.dbsight.net
demo: http://search.dbsight.com
Lucene Database Search in 3 minutes:
http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
DBSight customer, a shopping comparison site, (anonymous per request) got
2.6 Million Euro funding!


On Mon, Jun 16, 2008 at 4:38 PM, Ruslan Sivak <ru...@vshift.com> wrote:

> I would like to provide a simple web search of our web site.  We have a lot
> of dynamic content, and instead of searching through the database, I would
> like to use some some sort of crawler to index the site.  Is there one
> available that generates Lucene indexes?
> I looked into Nutch, but it looks a bit complicated to set up.  I'm not
> really interested in running Nutch as web app, maybe only do update indexes,
> and I would like to use Nutch/Lucene jars to do the searching.
> Can someone recommend a crawler?
>
> Russ
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>