How to index/search without whitespace but hightlight with whitespace?

2015-06-11 Thread Travis
don't always line up. Is there a way to some how project the stemmed matches from the text field onto the text_raw field when displaying hightlighting? Thank you for your time, Travis

Schema Design/Data Import

2011-07-20 Thread travis
e 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

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 >

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: capacity planning

2011-10-11 Thread Travis Low
hours or maybe even days, but not too many days. Do we need 16GB of memory? 32GB? 8-core processor? I have zero sense of server requirements and I would appreciate any guidance. Do I need to be concerned about performance/resources later, when adding documents to an existing (large) index? che

Re: capacity planning

2011-10-11 Thread Travis Low
is a lot easier and cheaper to just build the software, > then measure and buy hardware after that. > We have a very beefy VM server that we will use for benchmarking, but your specs provide a starting point. Thanks very much for that. cheers, Travis

Re: capacity planning

2011-10-11 Thread Travis Low
box. Or, paying too much for something we don't need. Thanks everyone for your input, it was very helpful. cheers, Travis On Tue, Oct 11, 2011 at 2:19 PM, eks dev wrote: > Re. "I have little experience with VM servers for search." > > We had huge performance penalt

Multivalued fields question

2011-11-01 Thread Travis Low
d information for any records found. Is there any reason to specify redRecords and blueRecords as multivalued fields in schema.xml? And if we did that, we'd call solrj.addField() once for each value, would we not? cheers, Travis

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

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: Problems installing Solr PHP extension

2011-11-16 Thread Travis Low
/modules/solr.so: > undefined symbol: curl_easy_getinfo in Unknown on line 0 I'm baffled by this because the undefined symbol is in libcurl.so, and I've specified the path to that library. If I can't solve this problem then we'll basically have to write our own PHP Solr client, which w

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,

setting up schema (newbie question)

2010-07-20 Thread Travis Low
he documents themselves. Thanks in advance for any help. cheers, Travis

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:

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: DIH fails after processing roughly 10million records

2013-01-08 Thread Travis Low
What you describe sounds right to me and seems consistent with the error stacktrace.. I would increase the MySQL wait_timeout to 3600 and, depending on your server, you might want to also increase max_connections. cheers, Travis On Tue, Jan 8, 2013 at 4:10 AM, vijeshnair wrote: > S

Re: solr query

2013-01-22 Thread Travis Low
Yes. Write a program to consume the result xml and then spit it back out the way you'd like to see it. cheers, Travis On Tue, Jan 22, 2013 at 1:23 PM, hassancrowdc wrote: > ? > > > On Tue, Jan 22, 2013 at 12:24 PM, hassancrowdc [via Lucene] < > ml-node+s472066n4

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

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: UTF-8 support during indexing content

2012-02-01 Thread Travis Low
set is. cheers, Travis On Wed, Feb 1, 2012 at 9:17 AM, Van Tassell, Kristian < kristian.vantass...@siemens.com> wrote: > Hello everyone, > > I have a question that I imagine has been asked many times before, so I > apologize for the repeat. > > I have a basic text field

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: UPDATE query in deltaquery

2010-12-30 Thread Travis Low
But if that doesn't work then you may be out of luck. cheers, Travis On Thu, Dec 30, 2010 at 8:26 AM, Juan Manuel Alvarez wrote: > Erick: > > Thanks for the quick response. > > I can't use the timestamp for doing DIH, so I need to use a custom > field that I need

Why does the StatsComponent only work with indexed fields?

2011-02-09 Thread Travis Truman
de or Solr yet to understand if it was omitted for performance reasons or some other reason. Any information would be appreciated. Thanks, 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

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 --

Re: Schema Design/Data Import

2011-07-25 Thread Travis Low
eed to show a link to the DB record. It would be nice to show a link the the document as well, but that's less important. cheers, Travis On Mon, Jul 25, 2011 at 9:49 AM, Erick Erickson wrote: > I'd seriously consider going with SolrJ as your indexing strategy, it > allows > you t

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

2012-09-07 Thread Travis Low
Change your data-config.xml connection XML to this: Then try again. This keeps the driver from trying to fetch the entire result set at the same time. cheers, Travis On Fri, Sep 7, 2012 at 4:17 AM, deniz wrote: > Hi all, > > I have been trying to index my data from mysql db, bu

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: 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* *

Re: Items disappearing from Solr index

2012-09-26 Thread Travis Low
That makes sense on the surface, but Kissue makes a good point. Shouldn't the delete match the same documents as the search? He said no documents come back when he searches on the phrase, but documents are deleted when he uses the same phrase. cheers, Travis On Wed, Sep 26, 2012 at 9:

Re: PHP client for a web application

2012-10-03 Thread Travis Low
heers, Travis On Tue, Oct 2, 2012 at 3:37 PM, Esteban Cacavelos < estebancacave...@gmail.com> wrote: > Hi, I'm starting a web application using solr as a search engine. The web > site will be developed in PHP (maybe I'll use a framework also). > > I would like to know som

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Travis Low
tivity to that machine instead. cheers, Travis On Tue, Oct 30, 2012 at 5:15 AM, kunal sachdeva wrote: > Hi, > > This is my data-config file:- > > > > > > > > name="package" query="select concat('pckg', id) as id,pkg_name,updated

Re: Urgent Help Needed: Solr Data import problem

2012-10-30 Thread Travis Low
We're getting a little far afield...but here is the incantation: mysql> grant all on DBNAME.* to 'USER'@'IP-ADDRESS' identified by 'PASSWORD'; mysql> flush privileges; cheers, Travis On Tue, Oct 30, 2012 at 2:40 PM, Amit Nithian wrote: > This error

Re: Dynamic core selection

2012-11-01 Thread Travis Low
If I understand you correctly, you would use a multicore setup and send the request to http://server.com/solr/core0 in one case, and http://server.com/solr/core1 in the other. Is there something else that makes this complicated? cheers, Travis On Thu, Nov 1, 2012 at 12:08 PM, Dzmitry

Dynamically augment search with data

2010-05-24 Thread Travis Chase
nctionQuery. Is this what I am needing to perform this task? *~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~ Travis Chase ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*