Re: how to get all the docIds in the search result?

2009-07-23 Thread Toby Cole
ry.setRows(Integer.MAX_VALUE); query.setFields("id"); when it return 1000,000 records, it will take about 22s. This is very slow. Is there any other way? 2009/7/23 Toby Cole Have you tried limiting the fields that you're requesting to just the ID? Something along th

solr-user@lucene.apache.org

2009-07-30 Thread Toby Cole
dlerCollectionjava211__at_orgmortbayjettyhandlerHandlerCollectionhandleHandlerCollectionjava114__at_orgmortbayjettyhandlerHandlerWrapperhandleHandlerWrapperjava139__at_orgmortbayjettyServerhandleServerjava285__at_orgmortbayjettyHt _ -- Toby Cole Software Engineer, Semantico Limited Registered in England and Wales no. 03841410, VAT no. GB-744614334. Regis

solr-user@lucene.apache.org

2009-07-30 Thread Toby Cole
rstand this i musst change even & to & ? Yes, '&' characters aren't allowed in XML unless they are either in a CDATA section or part of an 'entity'. A good place to read up on this is: http://www.xml.com/pub/a/2001/01/31/qanda.html In short, replace all your

Re: Delete solr data from disk space

2009-08-04 Thread Toby Cole
-- View this message in context: http://www.nabble.com/Delete-solr-data-from-disk-space-tp24808676p24808883.html Sent from the Solr - User mailing list archive at Nabble.com. -- Toby Cole Software Engineer, Semantico Limited Registered in England and Wales no. 03841410, VAT no. GB-744614

Re: Proximity Search

2009-08-18 Thread Toby Cole
se proximity of less than 10 words between them. Can such quries be created in Solr? Regards, Ninad Raut. -- Toby Cole Software Engineer, Semantico Limited Registered in England and Wales no. 03841410, VAT no. GB-744614334. Registered office Lees House, 21-23 Dyke Road, Brighton BN1 3FE, UK.

Re: Can I search for a term in any field or a list of fields?

2009-08-18 Thread Toby Cole
ield tag in the schema. eg: the text-field has to be difined as multivalued=true. When you now do an unqualified search, it will search every field, which is copied to the text-field. -- http://www.linkedin.com/in/paultomblin -- Toby Cole Software Engineer, Semantico Limited Regis

Re: Status of Spelt integration

2009-11-30 Thread Toby Cole
rn spelt into solr). Regards, Toby. On 30 Nov 2009, at 11:29, Andrey Klochkov wrote: Hi all I searched through the mail-list archives and saw that sometime ago Toby Cole was going to integrate a spellchecker named Spelt into Solr. Does anyone now what's the status of this? Anyone tried

Re: Status of Spelt integration

2009-12-07 Thread Toby Cole
il!!?? Why not? How can I get it working as it does in the rest of eGroupware? Freerk Jongsma Toby Cole-2 wrote: Hi Andrew, We ended up abandoning the spelt integration as the built in solr spellchecking improved so much during our project. Also, if you did go the route of using

Re: Field Collapsing - disable cache

2009-12-22 Thread Toby Cole
Message sent via Atmail Open - http://atmail.org/ Links: -- [1] http://www.intelcompute.com/solrconfig.xml [2] http://mail.intelcompute.com/parse.php?redirect= -- Toby Cole Senior Software Engineer, Semantico Limited Registered in England and Wales no. 03841410, VAT no. GB-744614334. Re

Re: Field Collapsing - disable cache

2009-12-22 Thread Toby Cole
rolRunnable.run(ThreadPool.java:685) at java.lang.Thread.run(Thread.java:636) On Tue 22/12/09 11:02 , Toby Cole wrote:If you take out the fieldCollapsing/fieldCollapseCache element in your config the fieldcollapse component will not use a cache. From http://wiki.apache.org/solr/FieldCollapsing%23line

Deadlock with DirectUpdateHandler2

2008-11-18 Thread Toby Cole
/ Check if there is a commit already scheduled for longer then this time if( pending != null && pending.getDelay(TimeUnit.MILLISECONDS) >= commitMaxTime ) Anyone got any enlightening tips? Cheers, Toby Cole Software Engineer Semantico Lees House, Floor 1, 21-23 Dyke R

Re: Deadlock with DirectUpdateHandler2

2008-11-18 Thread Toby Cole
On 18 Nov 2008, at 20:18, Mark Miller wrote: Mike Klaas wrote: autoCommitCount is written in a CommitTracker.synchronized block only. It is read to print stats in an unsynchronized fashion, which perhaps could be fixed, though I can't see how it could cause a problem lastAddedTime is

Re: disappearing index

2008-12-03 Thread Toby Cole
now errors. The server crashed over night, well after the indexing had completed, and now no documents are reported for either index. This despite the fact that the core's both have huge /data folders. (one is 1.5GB the other is 8.5GB). Any ideas? Toby Cole Software Engineer Sema

Re: Nightly build - 2008-12-17.tgz - build error - java.lang.NoClassDefFoundError: org/mozilla/javascript/tools/shell/Main

2008-12-17 Thread Toby Cole
cript/build.xml:74: Java returned: 1 and came across the above mentioned error. The class seems to be from the rhino (mozilla js ) library. Is it supposed to be packaged by default / is there a license restriction that prevents from being so . Toby Cole Software Engineer Semantico Lees

Re: How to select *actual* match from a multi-valued field

2009-01-20 Thread Toby Cole
Solr, is there a way to get the information I am looking for? Specifically, that "Bob Smith" is the value in the multi-valued field that triggered the hit? -Todd Feak Toby Cole Software Engineer Semantico Lees House, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE T: +44 (0)1273 358 238 F: +44 (0)1273 723 232 E: toby.c...@semantico.com W: www.semantico.com

Re: what crawler do you use for Solr indexing?

2009-03-06 Thread Toby Cole
docs ;) -- Best regards, Andrzej Bialecki <>< ___. ___ ___ ___ _ _ __ [__ || __|__/|__||\/| Information Retrieval, Semantic Web ___|||__|| \| || | Embedded Unix, System Integration http://www.sigram.com Contact: info at sigram dot com Toby Cole Software Engineer Semantico Lees House, Floor 1,

Re: Solr: ERRORs at Startup

2009-03-13 Thread Toby Cole
parseListener INFO: Added SolrEventListener: org .apache .solr .core.QuerySenderListener{queries=[{q=fast_warm,start=0,rows=10}, {q=static firstSearcher warming query from solrconfig.xml}]} What am I missing? :-( Any idea? thanks in advance. Giovanni Toby Cole Software Engineer Semantico E: toby.c...@semantico.com W: www.semantico.com

Re: Storing "map" in Field

2009-03-13 Thread Toby Cole
; has different "prices" based on a price list. For instance: SKU001 A Sample Product 119.99 109.99 Is something like this possible? Regards, -Jeff Toby Cole Software Engineer Semantico E: toby.c...@semantico.com W: www.semantico.com

Re: why is query so slow

2009-03-17 Thread Toby Cole
ue"/> -- View this message in context: http://www.nabble.com/why-is-query-so-slow-tp22554340p22555842.html Sent from the Solr - User mailing list archive at Nabble.com. Toby Cole Software Engineer Semantico E: toby.c...@semantico.com W: www.semantico.com

Re: Index Creation Exception in solr

2009-03-18 Thread Toby Cole
ww.nabble.com/Index-Creation-Exception-in-solr-tp22575618p22576093.html Sent from the Solr - User mailing list archive at Nabble.com. Toby Cole Software Engineer Semantico E: toby.c...@semantico.com W: www.semantico.com

Re: Problem encoding ':' char in a solr query

2009-03-18 Thread Toby Cole
... "*" ... "^" ... ... ... ... ... ... "[" ... "{" ... ... My encoding did not work! Help! -- === Fergus McMenemie Email:fer...@twig.me.uk Techmore Ltd Phone:(UK) 07721 376021 Unix/Mac/Intranets

Re: UK Solr users meeting?

2009-05-18 Thread Toby Cole
/Intranets Analyst Programmer === Toby Cole Software Engineer Semantico Lees House, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE T: +44 (0)1273 358 238 F: +44 (0)1273 723 232 E: toby.c...@semantico.com W: www.semantico.com

Re: 1.4 Replication

2009-05-27 Thread Toby Cole
I guess you meant Solr is expected to run in a "protected" environment? It's pretty easy to put up a basic auth in front of Solr, but the replication infra. in 1.4 doesn't seem to support it. Or does it, and I just don't know how? -- Matthew Gregg Toby Cole S

Re: support for Payload Feature of lucene in solr

2009-07-14 Thread Toby Cole
loads in solr please chip in :) -- Toby Cole Software Engineer, Semantico Limited Registered in England and Wales no. 03841410, VAT no. GB-744614334. Registered office Lees House, 21-23 Dyke Road, Brighton BN1 3FE, UK. Check out all our latest news and thinking on the Discovery blog http:/

Re: how to get all the docIds in the search result?

2009-07-23 Thread Toby Cole
ocument. So if I set query.setRows(10), is there any other ways to get all the ids? thanks You should fetch as many rows as you need and not more. Why do you need all the ids? I'm assuming that by id you mean the uniqueKey of a document. -- Regards, Shalin Shekhar Mangar. --

Re: Multiple Cores Vs. Single Core for the following use case

2010-01-27 Thread Toby Cole
Cores-Vs.-Single-Core-for-the-following-use-case-tp27332288p27335403.html Sent from the Solr - User mailing list archive at Nabble.com. -- Toby Cole Senior Software Engineer, Semantico Limited Registered in England and Wales no. 03841410, VAT no. GB-744614334. Registered office L