Re: Solr PolyField

2013-08-02 Thread Erick Erickson
he “enclosure_title” field is populated? > > > > Have you updated the request handler? > > > > -- Jack Krupansky > > > > From: Luís Portela Afonso > > Sent: Thursday, August 01, 2013 1:23 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Sol

Re: Solr PolyField

2013-08-01 Thread Luís Portela Afonso
nsky > > From: Luís Portela Afonso > Sent: Thursday, August 01, 2013 1:23 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr PolyField > > So i have merged the two chains in one, and this is not copying. Hum… > > My solrconfig.xml > > > > >

Re: Solr PolyField

2013-08-01 Thread Jack Krupansky
Are you sure the “enclosure_title” field is populated? Have you updated the request handler? -- Jack Krupansky From: Luís Portela Afonso Sent: Thursday, August 01, 2013 1:23 PM To: solr-user@lucene.apache.org Subject: Re: Solr PolyField So i have merged the two chains in one, and this is not

Re: Solr PolyField

2013-08-01 Thread Luís Portela Afonso
12:26 PM > To: solr-user@lucene.apache.org > Subject: Re: Solr PolyField > > Hi, > > I have tried the solr.CloneFieldUpdateProcessorFactory sugested in the pool > but the fields are not copied. > > My dataconfig.xml > > > > My schema.xml > >

Re: Solr PolyField

2013-08-01 Thread Jack Krupansky
r-core/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.html I have more examples in my book. -- Jack Krupansky From: Luís Portela Afonso Sent: Wednesday, July 31, 2013 11:41 AM To: solr-user@lucene.apache.org Subject: Re: Solr PolyField Hum, ok.

Re: Solr PolyField

2013-08-01 Thread Luís Portela Afonso
.apache.org/job/Solr-Artifacts-4.x/javadoc/solr-core/org/apache/solr/update/processor/CloneFieldUpdateProcessorFactory.html >> >> I have more examples in my book. >> >> -- Jack Krupansky >> >> From: Luís Portela Afonso >> Sent: Wednesday, July 31, 2013

Re: Solr PolyField

2013-07-31 Thread Luís Portela Afonso
> > -- Jack Krupansky > > From: Luís Portela Afonso > Sent: Wednesday, July 31, 2013 11:41 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr PolyField > > Hum, ok. > > It's possible to add to a field, static text? Text that i write on the > co

Re: Solr PolyField

2013-07-31 Thread Jack Krupansky
Subject: Re: Solr PolyField Hum, ok. It's possible to add to a field, static text? Text that i write on the configuration and then append another field? I saw something like CloneFieldProcessor but when i'm starting solr, it says that could not find the class. I was trying to use pro

Re: Solr PolyField

2013-07-31 Thread Luís Portela Afonso
Hum, ok. It's possible to add to a field, static text? Text that i write on the configuration and then append another field? I saw something like CloneFieldProcessor but when i'm starting solr, it says that could not find the class. I was trying to use processors to move one field to another.

Re: Solr PolyField

2013-07-31 Thread Michael Della Bitta
OK, Then I would suggest creating multiValued enclosure_type, etc. tags for searching, and then one string-typed field to store the JSON snippet you've been showing. Michael Della Bitta Applications Developer o: +1 646 532 3062 | c: +1 917 477 7906 appinions inc. “The Science of Influence Ma

Re: Solr PolyField

2013-07-31 Thread Luís Portela Afonso
As a single record? Hum, no. So an Rss has /rss/channel/ and then lot of /rss/channel/item, right? Each /rss/channel/item is a new document on Solr. I start with the solr example rss, but i change that to has more fields, other fields and get the feed url from a database. So each /rss/channel/i

Re: Solr PolyField

2013-07-31 Thread Michael Della Bitta
So you're trying to index a RSS feed as a single record, but you want to be able to search for and retrieve individual entries from within the feed? Is that the issue? Michael Della Bitta Applications Developer o: +1 646 532 3062 | c: +1 917 477 7906 appinions inc. “The Science of Influence M

Re: Solr PolyField

2013-07-31 Thread Luís Portela Afonso
This fields can be multiValued. I the rss standart there is not correct to do that, but some sources do and i like to grab it all. Is there any way that make it possible? Once again, Many thanks :) On Jul 31, 2013, at 3:54 PM, Michael Della Bitta wrote: > Luís, > > Is there a reason why spli

Re: Solr PolyField

2013-07-31 Thread Michael Della Bitta
Luís, Is there a reason why splitting this up into enclosure_type, enclosure_url, and enclosure_length would not work? Michael Della Bitta Applications Developer o: +1 646 532 3062 | c: +1 917 477 7906 appinions inc. “The Science of Influence Marketing” 18 East 41st Street New York, NY 10

Re: Solr PolyField

2013-07-31 Thread Luís Portela Afonso
Hi, I'm trying to index information of RSS Feeds. So in a more detailed explanation: The RSS feed has something like: http://www.engadget.com/podcasts/Engadget_Podcast_353.mp3"; length="32642192" type="audio/mpeg"/> With my current configuration, this is working and i get a result like that:

Re: Solr PolyField

2013-07-31 Thread Erick Erickson
Nope. Solr fields are flat. Why do you want to do this? I'm asking because this might be an XY problems and there may be other possibilities. Best Erick On Wed, Jul 31, 2013 at 5:09 AM, Luís Portela Afonso wrote: > Hi, I'm trying to create a field with multiple fields inside, that is: > > origin

Solr PolyField

2013-07-31 Thread Luís Portela Afonso
Hi, I'm trying to create a field with multiple fields inside, that is: origin: { htmlUrl: "http://www.gazzetta.it/";, streamId: "feed/http://www.gazzetta.it/rss/Home.xml";, title: "Gazzetta.it" }, Get something like this. Is that possible? I'm using Solr 4.4.0. Thanks smime.p7s Description: S/M