Re: Adding attributes to Solr fields ?

2013-10-04 Thread jimmy nguyen
Hello, and thank you for your answer Shawn. I tried to simplify my problem but I realize I chose a bad example : I don't process phone numbers, and I do process unstructured documents. My GATE application might return several annotations for the same group of words (because I'm using an ontology

Adding attributes to Solr fields ?

2013-10-03 Thread jimmy nguyen
Hi all, is it possible to add attributes to our Solr fields ? I'm indexing GATE-annotated documents into solr. The annotations produced by my GATE application usually have several features (for example, Person.title, Person.name, Person.phoneNumber...). Now each of my documents may contain more

Re: Indexing several sub-fields in one solr field

2013-09-19 Thread jimmy nguyen
p 19, 2013 at 4:05 PM, Jack Krupansky wrote: > There is no such fieldType attribute as "subSuffix". Solr is just > complaining about extraneous, junk attributes. Delete the crap. > > -- Jack Krupansky > > -Original Message- From: jimmy nguyen > Sent: Thursda

Indexing several sub-fields in one solr field

2013-09-19 Thread jimmy nguyen
Hello, I'd like to index into Solr (4.4.0) documents that I previously annotated with GATE (7.1). I use Behemoth to be able to run my GATE application on a corpus of documents on Hadoop, and then Behemoth allows me to directly send my annotated documents to solr. But my question is not about the B