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 is some news that might be of interest

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

2013-07-06 Thread William Bell
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 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-eng

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

2013-07-06 Thread Fergus McDowall
Jul 6, 2013, at 12:28 AM, "Jack Krupansky" wrote: > And... is is based on Lucene/Solr? > > -- Jack Krupansky > > -Original Message- From: Ali, Saqib > Sent: Friday, July 05, 2013 6:09 PM > To: solr-user@lucene.apache.org > Subject: Re: [Announcem

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

2013-07-06 Thread Fergus McDowall
(Given that hardware is sufficient) The upper limit of documents in Norch is determined by the capacity of levelDB, the underlying data store. I have heard tell of a slight performance drop off in LevelDB after 200 000 000 million entries. If you say that one Norch document generates roughly 200

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

2013-07-05 Thread Jack Krupansky
And... is is based on Lucene/Solr? -- Jack Krupansky -Original Message- From: Ali, Saqib Sent: Friday, July 05, 2013 6:09 PM To: solr-user@lucene.apache.org Subject: Re: [Announcement] Norch- a search engine for node.js Very interesting. What is the upper limit on the number of

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

2013-07-05 Thread Ali, Saqib
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 > > > http://blog.comperiosearch.com/blog/2013/07/05/norch-a-search-engine-f

[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