[job] Looking for local SOLR developers

2012-06-01 Thread Chambeda
Hi all, My team is looking for developers with SOLR experience for a company in Minneapolis, MN. If interested please reply to this posting and I can fill you in on more details. Thanks -- View this message in context:

HTML Indexing error

2012-04-17 Thread Chambeda
Hi All, I am trying to parse some text that contains embedded HTML elements and am getting the following error: FATAL: Solr returned an error #400 Unexpected close tag /PROD_DESC; expected /br. My set up is as follows: schema.xml fieldType name=html_text class=solr.TextField indexed=true

Error while trying to load JSON

2012-03-16 Thread Chambeda
I am trying to load a json document that has the following structure: ... accessoriesImage: null, department: ET, shipping: [ { nextDay: 10.19, secondDay: 6.45, ground: 1.69 } ], preowned: false, format: CD, ... When executing the curl request to store the

Re: Error while trying to load JSON

2012-03-16 Thread Chambeda
Ok, so my issue is that it must be a flat structure. Why isn't the JSON parser able to deconstruct the object into a flatter structure for indexing? Shouldn't it be able to take any valid JSON structure? -- View this message in context: