Re: Solr Server Add causes java.net.SocketException: No buffer space available

2013-06-14 Thread Travis Low
NS_PER_HOST, 200); > HttpClient client = HttpClientUtil.createClient(**params); > String url = > "http://localhost:8983/solr/**collection1<http://localhost:8983/solr/collection1> > "; > SolrServer server = new HttpSolrServer(url, client); > > Thanks, > Shawn >

Re: Benefits of Solr over Lucene?

2013-02-12 Thread Travis Low
ene-tp4039964.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- ** *Travis Low, Director of Development* ** * * *Centurion Research Solutions, LLC* *14048 ParkEast Circle *•* Suite 100 *•* Chantilly, VA 20151* *703-956-6276 *•* 703-378-4474 (fax)* *http://www.ce

Re: solr query

2013-01-22 Thread Travis Low
gt; > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-query-tp4035325p4035421.html > Sent from the Solr - User mailing list archive at Nabble.com. -- ** *Travis Low, Director of Development* ** * * *Centurion Research Solutions, LLC* *

Re: DIH fails after processing roughly 10million records

2013-01-08 Thread Travis Low
n(SQLError.java:1117) > at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3589) > at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3478) > at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4019) > at com.mysql.jdbc.MysqlIO.sendComman

Re: Dynamic core selection

2012-11-01 Thread Travis Low
t; user passes? > > Any help would be helpful. > > Thanx, > -- ** *Travis Low, Director of Development* ** * * *Centurion Research Solutions, LLC* *14048 ParkEast Circle *•* Suite 100 *•* Chantilly, VA 20151* *703-956-6276 *•* 703-378-4474 (fax)* *http://www.centurionresearc

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Travis Low
for. If you don't control access to this DB, talk > to your sys admin who does maintain this access and s/he should be > able to help resolve this. > > On Tue, Oct 30, 2012 at 7:13 AM, Travis Low wrote: > > Like Amit said, this appears not to be a Solr problem. From the

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Travis Low
;>>at > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > > >>> Method) > > >>> at > > >>> > > >> > > > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > >

Re: PHP client for a web application

2012-10-03 Thread Travis Low
gt; > -- > Esteban L. Cacavelos de Amoriza > Cel: 0981 220 429 > -- ** *Travis Low, Director of Development* ** * * *Centurion Research Solutions, LLC* *14048 ParkEast Circle *•* Suite 100 *•* Chantilly, VA 20151* *703-956-6276 *•* 703-378-4474 (fax)* *http://www.centurionresear

Re: Items disappearing from Solr index

2012-09-26 Thread Travis Low
>>> > commit and optimize after the entire solr deletion runs. >>> > 2. Index any new items to solr. I commit and optimize after all the new >>> > items have been added. >>> > >>> > Recently i started noticing that huge chunks of ite

Re: Accidental multivalued fields?

2012-09-14 Thread Travis Low
ion" property on your tag. If the value is > "1.0" then all fields are assumed to be multiValued. > > Here's the comment from the example schema included with Solr 3.4... > > > > > > -Hoss > -- ** *Travis Low, Director of Development* *

Accidental multivalued fields?

2012-09-14 Thread Travis Low
chema: id I can post the entire schema.xml if need be. Can anyone please tell me what's going on? cheers, Travis -- ** *Travis Low, Director of D

Re: SOLR 4.0 DataImport frozen or fails with WARNING: Unable to read: dataimport.properties?

2012-09-07 Thread Travis Low
webapp=/solr path=/dataimport params={command=status} > status=0 QTime=1 > > there is nothing else in the logs... i have tried both using direct command > and also the one on the admin interface... but still nothing happens > > > any ideas about this one? > > > > > - > Ze

Re: Why my email always been rejected?

2012-03-20 Thread Travis Low
I received it...sometimes it just needs some time. 2012/3/20 怪侠 <87863...@qq.com> > I send email to :solr-user@lucene.apache.org, but I always receive the > rejected email. It can't send successful. -- ** *Travis Low, Director of Development* ** * * *Centurion Resear

Re: UTF-8 support during indexing content

2012-02-01 Thread Travis Low
Are you sure the input document is in UTF-8? That looks like classic ISO-8859-1-treated-as-UTF-8. How did you confirm the document contains the right quote marks immediately prior to uploading? If you just visually inspected it, then use whatever tool you viewed it in to see what the character s

querying multivalue fields

2012-01-27 Thread Travis Low
e not? Sorry if this is a dumb question. I've asked about this before, and received some *very* useful input (thanks!) but nothing that has yet lead me to a robust solution for indexing a set of records along with their associated documents and being able to identify the matching record

Re: Problems installing Solr PHP extension

2011-11-16 Thread Travis Low
Ah, ausgezeichnet, thank you Kuli! We'll just use that. On Wed, Nov 16, 2011 at 11:35 AM, Michael Kuhlmann wrote: > Am 16.11.2011 17:11, schrieb Travis Low: > > >> If I can't solve this problem then we'll basically have to write our own >> PHP Solr client,

Re: Problems installing Solr PHP extension

2011-11-16 Thread Travis Low
s dependencies) > And when it prompts for curl and libxml, point the path to where you have > installed them, probably in /usr/lib/ > > Cheers, > Adolfo. > > On Tue, Nov 15, 2011 at 7:27 PM, Travis Low wrote: > > > I know this isn't strictly Solr, but I'

Problems installing Solr PHP extension

2011-11-15 Thread Travis Low
fo in Unknown on line 0 I am using the current Solr PECL extension. PHP 5.3.8. Curl 7.21.3. Yes, libcurl and libcurl-dev are both installed, also 7.21.3. Fedora Core 15, patched to current levels. Please help! cheers, Travis -- ** *Travis Low, Director of Development* ** * * *Centuri

Re: Multivalued fields question

2011-11-03 Thread Travis Low
ere is no difference between how multiValued fields are searched > as opposed to single-valued fields. > > FWIW > Erick > > On Tue, Nov 1, 2011 at 1:26 PM, Travis Low wrote: > > Greetings. We're finally kicking off our little Solr project. We're > > indexing a

Multivalued fields question

2011-11-01 Thread Travis Low
Greetings. We're finally kicking off our little Solr project. We're indexing a paltry 25,000 records but each has MANY documents attached, so we're using Tika to parse those documents into a big long string, which we use in a call to solrj.addField("relateddoccontents", bigLongStringOfDocumentCon

Re: capacity planning

2011-10-11 Thread Travis Low
m did not > configure it right, or something changed in meantime (~ 4 Years old > experience), but we burnt our fingers that hard I still remember it > > > > > On Tue, Oct 11, 2011 at 7:49 PM, Toke Eskildsen >wrote: > > > Travis Low [t...@4centurion.com] wrote: > >

Re: capacity planning

2011-10-11 Thread Travis Low
Toke, thanks. Comments embedded (hope that's okay): On Tue, Oct 11, 2011 at 10:52 AM, Toke Eskildsen wrote: > > Greetings. I have a paltry 23,000 database records that point to a > > voluminous 300GB worth of PDF, Word, Excel, and other documents. We are > > planning on indexing the records a

Re: capacity planning

2011-10-11 Thread Travis Low
you'll have a dramatically smaller index > than the original (roughly 35% the size, generally). > >Erik > > > On Oct 11, 2011, at 08:36 , Travis Low wrote: > > > Greetings. I have a paltry 23,000 database records that point to a > > voluminous 300GB worth

capacity planning

2011-10-11 Thread Travis Low
the index isn't going to be bigger than the documents (is it?) so I suppose 1TB is a starting point for disk space. But what kind of processing power and memory might we need? Can anyone please point me in the right direction? cheers, Travis -- ** *Travis Low, Director of Develo

Re: Schema Design/Data Import

2011-07-25 Thread Travis Low
ading. I've spent a fair amount > of time on the wiki but I didn't see anything that seemed directly > relevant. > > > > An additional difficulty, that I am willing to overlook for the first > cut, is that some of these files are zipped, and some of the zip files

Schema design/data import

2011-07-20 Thread Travis Low
didn't see anything that seemed directly relevant. An additional difficulty, that I am willing to overlook for the first cut, is that some of these files are zipped, and some of the zip files may contain other zip files, to maybe 3 or 4 levels deep. Help, please? cheers, Travis --

use case: structured DB records with a bunch of related files

2011-07-19 Thread Travis Low
the file. Thanks in advance. cheers, Travis -- ** *Travis Low, Director of Development* ** * * *Centurion Research Solutions, LLC* *14048 ParkEast Circle *•* Suite 100 *•* Chantilly, VA 20151* *703-956-6276 *•* 703-378-4474 (fax)* *http://www.centurionresearch.com* <http://www.centur

Re: UPDATE query in deltaquery

2010-12-30 Thread Travis Low
t;> > Otherwise, we're just guessing... > >> > > >> > Best > >> > Erick > >> > > >> > On Wed, Dec 29, 2010 at 9:58 PM, Juan Manuel Alvarez < > naici...@gmail.com > >> >wrote: > >> > > >> >>

Re: Solr, c/s type ?

2010-09-08 Thread Travis Low
I'll guess he means client/server. On Tue, Sep 7, 2010 at 5:52 PM, Chris Hostetter wrote: > > : Subject: Solr, c/s type ? > : > : i'm wondering c/s type is possible (not http web type). > : if possible, could i get the material about it? > > You're going t oneed to provide more info exaplining wh

Re: stream.url problem

2010-08-17 Thread Travis Low
"Connection refused" (in any context) almost always means that nothing is listening on the TCP port that you are trying to connect to. So either the process you are connecting to isn't running, or you are trying to connect to the wrong port. On Tue, Aug 17, 2010 at 6:18 AM, satya swaroop wrote:

setting up schema (newbie question)

2010-07-20 Thread Travis Low
I have a large database table with many document records, and I plan to use SOLR to improve the searching for the documents. The twist here is that perhaps 50% of the records will originate from outside sources, and sometimes those records may be updated versions of documents we already have. Cur