[Announcement] Forage 0.3, the search server for Node.js

2013-11-19 Thread Fergus McDowall
Hi! As a reader of the Solr mailing list, you might be interested in an experimental search server for node.js, Forage. Forage is built on the levelDB library from Google. Check it out here: http://www.foragejs.net/ As always, feedback, pull requests, comments, praise, criticism and beer are mo

Re: [Announcement] Norch- a search engine for node.js

2013-07-08 Thread Fergus McDowall
William: Geosearch: coming soon! F On Sun, Jul 7, 2013 at 6:29 AM, William Bell wrote: > Can it do Geo Spatial searching? (i.e. Find documents within 10 miles of a > lat,long?) > > > > On Fri, Jul 5, 2013 at 12:53 PM, Fergus McDowall > wrote: > > > Here

Re: [Announcement] Norch- a search engine for node.js

2013-07-06 Thread Fergus McDowall
ent] Norch- a search engine for node.js > > Very interesting. What is the upper limit on the number of documents? > > Thanks! :) > > > On Fri, Jul 5, 2013 at 11:53 AM, Fergus McDowall > wrote: > >> Here is some news that might be of interest to users and implementers o

Re: [Announcement] Norch- a search engine for node.js

2013-07-06 Thread Fergus McDowall
e: > Very interesting. What is the upper limit on the number of documents? > > Thanks! :) > > > On Fri, Jul 5, 2013 at 11:53 AM, Fergus McDowall > wrote: > >> Here is some news that might be of interest to users and implementers of >> Solr >> >> >&g

[Announcement] Norch- a search engine for node.js

2013-07-05 Thread Fergus McDowall
Here is some news that might be of interest to users and implementers of Solr http://blog.comperiosearch.com/blog/2013/07/05/norch-a-search-engine-for-node-js/ Norch (http://fergiemcdowall.github.io/norch/) is a search engine written for Node.js. Norch uses the Node search-index module which is i

Re: Solr faceted search UI

2013-05-28 Thread Fergus McDowall
You also get some smooth UI stuff "for free" F On Tue, May 28, 2013 at 10:58 AM, Fergus McDowall wrote: > Hi Richa > > Solrstrap is probably the best way to go if you just want to get up a PoC > as fast as possible. Solrstrap requires no installation of middleware, you >

Re: Solr faceted search UI

2013-05-28 Thread Fergus McDowall
Hi Richa Solrstrap is probably the best way to go if you just want to get up a PoC as fast as possible. Solrstrap requires no installation of middleware, you just add in the address of your solr server and open the file in your browser. Regards Fergus On Wed, Apr 24, 2013 at 5:23 PM, richa wr

Solrstrap

2013-04-10 Thread Fergus McDowall
Greetings Solrians This is just a reminder that Solrstrap is a thing, and that it might help you out with your Solr project. http://fergiemcdowall.github.io/solrstrap/ Solrstap is wondering which new features it needs. Solrstrap would like to hear your suggestions. Feel free to post here or open

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-03-01 Thread Fergus McDowall
- www.cominvent.com > Solr Training - www.solrtraining.com > > 17. feb. 2013 kl. 17:13 skrev Fergus McDowall : > > > Jack > > > > That sounds entirely reasonable- yes, it probably would make sense. > > > > Fergus > > > > > > On Sun, Feb 1

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
tem? > > Thanks > Jack > > On Sun, Feb 17, 2013 at 6:25 AM, Fergus McDowall > wrote: > > Erik > > > > Thanks for the great feedback. It fills me with joy to know that another > > human being has chosen to use Solrstrap > > > > 1) I have added a cou

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
rerafalovitch > - Time is the quality of nature that keeps events from happening all at > once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) > > > On Sun, Feb 17, 2013 at 5:35 AM, Fergus McDowall > wrote: > > > Solrstrap is a very basic Query-R

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
ct in the template rather than each field being passed > explicitly) > > Right now it's called from the above line of code (is hitTemplate() > mapping to the id="hit-template" in solrstramp.html part of handlebars > magic? Or is this explicit somewhere?) > > Here's

Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Solrstrap is a very basic Query-Result interface for Solr. Solrstrap is intended to be a starting point for those building web interfaces that talk to Solr, or a very lightweight admin tool for querying Solr in a Googleish fashion. Cool things about Solrstrap: * Requires only local installa

Re: Dedup component

2012-12-16 Thread Fergus McDowall
unsubscribe On Sat, Dec 15, 2012 at 2:34 AM, Jorge Luis Betancourt Gonzalez < jlbetanco...@uci.cu> wrote: > Hi all: > > I'm trying to build a query suggestion system using solr (also used to > index all the data in the app). I've a separated core dedicated only for > this purpose (along with som

Re: What is the most basic schema.xml you can have for indexing a simple database?

2012-01-25 Thread Fergus McDowall
looking for setting up Solr in front of database with > minimal manipulation of DB data, you can check it here > http://www.params.me/2011/03/configure-apache-solr-14-with-mysql.html. I > am using this setup in of my applications in production. > > -param > > On 1/25/12 11:10 A

What is the most basic schema.xml you can have for indexing a simple database?

2012-01-25 Thread Fergus McDowall
Is it do-able/sensible to build a schema.xml from the ground up? Say that you are feeding the results of a database query into solr containing the fields id(int), title(varchar), description(varchar), pub_date(date) and tags(varchar) What would be the simplest schema.xml that could support this s

Re: Faceting on distance in Solr: how do you generate links that search withing a given range of distance?

2011-06-01 Thread Fergus McDowall
On Fri, May 20, 2011 at 12:40 AM, Chris Hostetter wrote: > > : It is fairly simple to generate facets for ranges or 'buckets' of > : distance in Solr: > : http://wiki.apache.org/solr/SpatialSearch#How_to_facet_by_distance. > : What isnt described is how to generate the links for these facets > > a

Faceting on distance in Solr: how do you generate links that search withing a given range of distance?

2011-05-17 Thread Fergus McDowall
It is fairly simple to generate facets for ranges or 'buckets' of distance in Solr: http://wiki.apache.org/solr/SpatialSearch#How_to_facet_by_distance. What isnt described is how to generate the links for these facets If this is the query to return everything within 10km : &q=:&fq={!geofilt sfield