Re: Category Hierarchy on Dynamic Fields - Solr 4.10

2015-07-06 Thread Mike L.
categories and can maintain the hierarchy.. I'll take a look at it. Thanks!   From: Erick Erickson To: solr-user@lucene.apache.org; Mike L. Sent: Monday, July 6, 2015 12:42 PM Subject: Re: Category Hierarchy on Dynamic Fields - Solr 4.10 Hmmm, probably missing something her

Category Hierarchy on Dynamic Fields - Solr 4.10

2015-07-06 Thread Mike L.
Solr User Group -     Was wondering if anybody had any suggestions/best practices around a requirement for storing a dynamic category structure that needs to have the ability to facet on and maintain its hierarchy Some context: A product could belong to an undetermined amount of product categor

Re: Bq Question - Solr 4.10

2015-04-11 Thread Mike L.
Thanks Jack. I'll give that a whirl. From: Jack Krupansky To: solr-user@lucene.apache.org; Mike L. Sent: Saturday, April 11, 2015 12:04 PM Subject: Re: Bq Question - Solr 4.10 It all depends on what you want your scores to look like. Or do you care at all what the scores

Bq Question - Solr 4.10

2015-04-11 Thread Mike L.
Hello -     I have qf boosting setup and that works well and balanced across different fields. However, I have a requirement that if a particular manufacturer is part of the returned matched documents (say top 20 results) , all those matched docs from that manufacturer should be bumped to the

Re: DictionaryCompoundWordTokenFilterFactory - Dictionary/Compound-Words File

2015-04-07 Thread Mike L.
Typo:   *even when the user delimits with a space. (e.g. base ball should find baseball). Thanks, From: Mike L. To: "solr-user@lucene.apache.org" Sent: Tuesday, April 7, 2015 9:05 AM Subject: DictionaryCompoundWordTokenFilterFactory - Dictionary/Compound-Words File

DictionaryCompoundWordTokenFilterFactory - Dictionary/Compound-Words File

2015-04-07 Thread Mike L.
Solr User Group -    I have a case where I need to be able to search against compound words, even when the user delimits with a space. (e.g. baseball => base ball).  I think I've solved this by creating a compound-words dictionary file containing the split words that I would want DictionaryCom

Re: WordDelimiterFilterFactory - tokenizer question

2015-04-05 Thread Mike L.
rom: Jack Krupansky To: solr-user@lucene.apache.org; Mike L. Sent: Sunday, April 5, 2015 8:23 AM Subject: Re: WordDelimiterFilterFactory - tokenizer question You have to tell the filter what types of tokens to generate - words, numbers. You told it to generate... nothing. You did te

WordDelimiterFilterFactory - tokenizer question

2015-04-05 Thread Mike L.
Solr User Group,     I have a non-multivalied field with contains stored values similar to this: US100AUS100BUS100CUS100-DUS100BBA My assumption is - If I tokenized with the below fieldType definition, specifically the WDF -splitOnNumbers and the LowerCaseFilterFactory would have have provided

Re: Max Limit to Schema Fields - Solr 4.X

2014-02-09 Thread Mike L.
Appreciate all the support and I'll give it a whirl. Cheers! Sent from my iPhone > On Feb 8, 2014, at 4:25 PM, Shawn Heisey wrote: > >> On 2/8/2014 12:12 PM, Mike L. wrote: >> Im going to try loading all 3000 fields in the schema and see how that goes. >>

Re: Max Limit to Schema Fields - Solr 4.X

2014-02-08 Thread Mike L.
t; fielda_value, fieldb_value into a single field. Then do the right thing > when searching. Watch tokenization though. > > Best > Erick >> On Feb 5, 2014 4:59 AM, "Mike L." wrote: >> >> >> Thanks Shawn. This is good to know. >> >> >>

Re: Max Limit to Schema Fields - Solr 4.X

2014-02-05 Thread Mike L.
Thanks Shawn. This is good to know. Sent from my iPhone > On Feb 5, 2014, at 12:53 AM, Shawn Heisey wrote: > >> On 2/4/2014 8:00 PM, Mike L. wrote: >> I'm just wondering here if there is any defined limit to how many fields can >> be created within a schem

Re: Max Limit to Schema Fields - Solr 4.X

2014-02-04 Thread Mike L.
al (95th > percentile) query? > > -- Jack Krupansky > > -----Original Message- From: Mike L. > Sent: Tuesday, February 4, 2014 10:00 PM > To: solr-user@lucene.apache.org > Subject: Max Limit to Schema Fields - Solr 4.X > > > solr user group - > > I&

Max Limit to Schema Fields - Solr 4.X

2014-02-04 Thread Mike L.
  solr user group -       I'm afraid I may have a scenario where I might need to define a few thousand fields in Solr. The context here is, this type of data is extremely granular and unfortunately cannot be grouped into logical groupings or aggregate fields because there is a need to know which

Re: ContributorsGroup

2013-09-26 Thread Mike L.
Mike L. wrote: >  > Solr Admins, >  >      I've been using Solr for the last couple years and would like to >contribute to this awesome project. Can I be added to the Contributorsgroup >with also access to update the Wiki? >  > Thanks in advance. >  > Mike L. > >

ContributorsGroup

2013-09-26 Thread Mike L.
  Solr Admins,   I've been using Solr for the last couple years and would like to contribute to this awesome project. Can I be added to the Contributorsgroup with also access to update the Wiki?   Thanks in advance.   Mike L.

Re: Solr 4.4 Import from CSV to Multi-value field - Adds quote on last value

2013-09-25 Thread Mike L.
  Nevermind, I figured it out. Excel was applying a hidden quote on the data. Thanks anyway. From: Mike L. To: "solr-user@lucene.apache.org" Sent: Wednesday, September 25, 2013 11:32 AM Subject: Solr 4.4 Import from CSV to Multi-value field - Adds quote on last value   S

Solr 4.4 Import from CSV to Multi-value field - Adds quote on last value

2013-09-25 Thread Mike L.
  Solr Family,       I'm a Solr 3.6 user who just pulled down 4.4 yesterday and noticed something a bit odd when importing into a multi-valued field. I wouldn't be surprised if there's a user-error on my end but hopefully there isn't a bug. Here's the situation.   I created some test data to

Returning Hierarchical / Data Relationships In Solr 3.6 (or Solr 4 via Solr Join)

2013-07-17 Thread Mike L.
  Solr User Group,   I would like to return a hierarchical data relationship when somebody queries for a parent doc in solr. This sort of relationship doesn't currently exist in our core as the use-case has been to search for a specific document only. However, here's kind of an example

Re: FileDataSource vs JdbcDataSouce (speed) Solr 3.5

2013-07-03 Thread Mike L.
requests on different data files containing different data? Thanks in advance. This was very helpful. Mike   From: Shawn Heisey To: solr-user@lucene.apache.org Sent: Monday, July 1, 2013 2:30 PM Subject: Re: FileDataSource vs JdbcDataSouce (speed) Solr 3.5 On 7/1/

Re: FileDataSource vs JdbcDataSouce (speed) Solr 3.5

2013-07-01 Thread Mike L.
s not doing what its supposed to or am I missing something? I also trying passing a commit afterward like this: http://server:port/appname/solrcore/update?stream.body=%3Ccommit/%3E ( didn't seem to do anything either)   From: Ahmet Arslan To: "solr-user@lucene.apache.org" ; Mike L

FileDataSource vs JdbcDataSouce (speed) Solr 3.5

2013-06-28 Thread Mike L.
  I've been working on improving index time with a JdbcDataSource DIH based config and found it not to be as performant as I'd hoped for, for various reasons, not specifically due to solr. With that said, I decided to switch gears a bit and test out FileDataSource setup... I assumed by eliminiat

Re: Parallal Import Process on same core. Solr 3.5

2013-06-26 Thread Mike L.
have not completed the job quite yet with any config... I did get very close.. I'd hate to throw additional memory at the problem if there is something else I can tweak..   Thanks! Mike   From: Shawn Heisey To: solr-user@lucene.apache.org Sent: Wednesday, June 26, 2013 12:13

Parallal Import Process on same core. Solr 3.5

2013-06-26 Thread Mike L.
  Hello,      I'm trying to execute a parallel DIH process and running into heap related issues, hoping somebody has experienced this and can recommend some options..      Using Solr 3.5 on CentOS.    Currently have JVM heap 4GB min , 8GB max   When executing the entities in a se