Re: CopyField Wildcard Exception possible?

2014-08-30 Thread O. Olson
Thank you Ahmet. I am not familiar with using the ScriptUpdateProcessor, but
I would look into it. I am also not sure how bad this would be on the import
performance.
O. O.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/CopyField-Wildcard-Exception-possible-tp4155686p4156001.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: CopyField Wildcard Exception possible?

2014-08-29 Thread Ahmet Arslan
How about using ScriptUpdateProcessor?



On Friday, August 29, 2014 5:39 PM, O. Olson  wrote:
Thank you Joe. I am not familiar with creating a JIRA ticket. I was however
hoping that there might be a solution to this. If there is none, then I
would consider explicitly specifying the fields.
O. O.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/CopyField-Wildcard-Exception-possible-tp4155686p4155838.html



Sent from the Solr - User mailing list archive at Nabble.com.



Re: CopyField Wildcard Exception possible?

2014-08-29 Thread O. Olson
Thank you Joe. I am not familiar with creating a JIRA ticket. I was however
hoping that there might be a solution to this. If there is none, then I
would consider explicitly specifying the fields.
O. O.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/CopyField-Wildcard-Exception-possible-tp4155686p4155838.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: CopyField Wildcard Exception possible?

2014-08-28 Thread Joe Gresock
We would enjoy this feature as well, if you'd like to create a JIRA ticket.


On Thu, Aug 28, 2014 at 4:21 PM, O. Olson  wrote:

> I have hundreds of fields of the form in my schema.xml:
>
>   multiValued="true"/>
>   multiValued="true"/>
>   .
>
> I also have a field 'text' that is set as the Default Search Field
>
>  multiValued="true"/>
>
> I populate this 'text' field using CopyField as:
>
> 
>
> This '*' worked so far. However, I now want to exclude some of the fields
> from this i.e. I would like 'text' to contain everything (hundreds of
> fields) except a few. Is there any way to do this?
>
> One of the ways would be to specify the '*' explicitly e.g.
>
> 
> 
>  
>
> and in this list I would exclude the ones I do not want. Is there an
> alternative to this? (I would like an alternative because putting these
> copyFields would be long and too difficult.
>
>
> Thank you
> O. O.
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/CopyField-Wildcard-Exception-possible-tp4155686.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
I know what it is to be in need, and I know what it is to have plenty.  I
have learned the secret of being content in any and every situation,
whether well fed or hungry, whether living in plenty or in want.  I can do
all this through him who gives me strength.*-Philippians 4:12-13*


CopyField Wildcard Exception possible?

2014-08-28 Thread O. Olson
I have hundreds of fields of the form in my schema.xml: 

 
 
  .

I also have a field 'text' that is set as the Default Search Field



I populate this 'text' field using CopyField as: 



This '*' worked so far. However, I now want to exclude some of the fields
from this i.e. I would like 'text' to contain everything (hundreds of
fields) except a few. Is there any way to do this?

One of the ways would be to specify the '*' explicitly e.g. 



 

and in this list I would exclude the ones I do not want. Is there an
alternative to this? (I would like an alternative because putting these
copyFields would be long and too difficult.


Thank you
O. O.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/CopyField-Wildcard-Exception-possible-tp4155686.html
Sent from the Solr - User mailing list archive at Nabble.com.