Re: Solr MultiValue Fields and adding values

2011-10-19 Thread Tiernan OToole
- Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > >> ____ >> From: Tiernan OToole >> To: solr-user@lucene.apache.org >> Sent: Tuesday, October 18, 2011 11:41 AM >> Subject: Solr MultiValue Fields and adding values >

Re: Solr MultiValue Fields and adding values

2011-10-19 Thread Tiernan OToole
tems > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Tiernan OToole [mailto:lsmart...@gmail.com] > Sent: Wednesday, October 19, 2011 5:11 AM > To: solr-user@lucene.apache.org > Cc: Otis Gospodnetic > Subject: Re: Solr MultiValue Fields and addin

Re: Solr MultiValue Fields and adding values

2011-10-19 Thread Tiernan OToole
updating lots of documents. > > > > James Dyer > > E-Commerce Systems > > Ingram Content Group > > (615) 213-4311 > > > > From: Tiernan OToole [mailto:lsmart...@gmail.com] > Sent: Wednesday, October 19, 2011 10:01 AM > To: solr-user@lucene.apache.org

MultiValued fields and Facets...

2011-10-26 Thread Tiernan OToole
Good morning all. I am currently indexing about 11 million records, and would like to add facating to the results page. I have tweaked the query string to include facating, but i am not getting anything back. an Example Query string (slightly modified) is as follows: http://localhost:8080/solr/s

Re: MultiValued fields and Facets...

2011-10-26 Thread Tiernan OToole
That URL has several oddities to it... empty fq and qt parameters. Try > simply ?q=*:*&facet=on&facet.field=Category&facet.field=Warehouse and see if > that helps. > >Erik > > On Oct 26, 2011, at 07:08 , Tiernan OToole wrote: > > > Good morning all. >

Re: MultiValued fields and Facets...

2011-11-01 Thread Tiernan OToole
I have figured out what was wrong... The field Warehouse was not marked as indexed... It was being stored, but not indexed... It is now working as expected. Thanks. --Tiernan On Wed, Oct 26, 2011 at 1:01 PM, Tiernan OToole wrote: > Ok, so now i am getting something back, but still gett

Solr, MultiValues and links...

2011-11-04 Thread Tiernan OToole
Right, not sure how to ask this question, what the terminology, but hopefully my explaination will help... We are chucking data into solr for queries. i cant mention the exact data, but the closest thing i can think of is as follows: - Unique ID for the solr record (DB ID in this case) - A

Re: Solr, MultiValues and links...

2011-11-07 Thread Tiernan OToole
t; But have you considered grouping (aka field collapsing) on the ISBN number? > If you indexed each record uniquely, that might do what you need. > > Best > Erick > > On Fri, Nov 4, 2011 at 5:41 AM, Tiernan OToole > wrote: > > Right, not sure how to ask this question,

getting solr to expand Acronym

2011-11-11 Thread Tiernan OToole
Dont know if this is posible, but i need to ask anyway... Say we have a list of Acronyms in a database (CD, DVD, CPU) and also a list of their not so short names (Compact Disk, Digital Versitile Disk, Central Processing Unit) but they are not linked in any particular way (lost of items, some with

Re: getting solr to expand Acronym

2011-11-14 Thread Tiernan OToole
"CD" as a > synonym of "Compact Disc" or vice versa? I'm not sure if that would work, > just brainstorming here... > > > Brandon Ramirez | Office: 585.214.5413 | Fax: 585.295.4848 > Software Engineer II | Element K | www.elementk.com > > > ---

Re: Sharing and performance testing question.

2012-08-29 Thread Tiernan OToole
Thanks for the tips! will check out those links and see what i can find! On Wed, Aug 29, 2012 at 9:44 AM, Alexey Serba wrote: > > Any tips on load testing solr? Ideally we would like caching to not > effect > > the result as much as possible. > > 1. Siege tool > This is probably the simplest opt