SolrCell and indexing HTML

2014-03-21 Thread Liz Sommers
I can tell. I know I am doing something wrong with the params, but I haven't figured out what. Can somebody please help me. Thanks Liz Sommers lizzy...@gmail.com lizswo...@gmail.com

How does solr 4.2 do in returning large datasets ?

2013-04-01 Thread Liz Sommers
I thought I remembered reading that Solr is not good for returning large datasets. We are currently using lucene 3.6.0 and returning datasets of 10,000 to 60,000 results. In the future we might need to return even larger datasets. Would you all recommend going to Solr for this, or should we stic

lucene 4.0 (fuzzy searching)

2011-10-31 Thread Liz Sommers
? Thanks Liz Sommers Madison Systems Solutions lizswo...@gmail.com

Re: Having problems with the java api in 1.4.0

2010-08-24 Thread Liz Sommers
we are hoping for, our searches per hour will go up by 10 times or more but will probably max out at a couple of searches per second. Thanks. Liz Sommers On Tue, Aug 24, 2010 at 12:53 PM, Glen Newton wrote: > Liz, > > I've built terrabyte (1-2 TB) test Lucene indexes, but have no

Re: Having problems with the java api in 1.4.0

2010-08-24 Thread Liz Sommers
f the solrconfig variable (cfg). Thanks Liz Sommers lizswo...@gmail.com 2010/8/24 Rafał Kuć > Hello! > > The exception thrown by Solr says that You do not have synonyms.txt > file either in classpath or in solr core config directory. Check Your > schema.xml file for a filter - Synony

Re: Having problems with the java api in 1.4.0

2010-08-24 Thread Liz Sommers
I was worried that it wouldn't scale. We are going to be indexing petabytes of data. Does the httpserver solution scale? Thanks Liz Sommers lizswo...@gmail.com On Tue, Aug 24, 2010 at 12:23 PM, Thomas Joiner wrote: > Is there any reason you aren't using http://wiki.apache.org/

Having problems with the java api in 1.4.0

2010-08-24 Thread Liz Sommers
olr/conf/schema.xml",null); This also fails if I use schema = new IndexSchema(cfg,"schema.xml",null); Any help would be greatly appreciated. Thank you Liz Sommers lizswo...@gmail.com