Would anyone know how to specify a metadata field as solr.TextField so it gets 
whitespace tokenised? I'd like to search across metadata using individual words 
but only the full text of a DC Subject is matched. In schema.xml:

<field name="subject" type="text_general" indexed="true" stored="true"/>

e.g. subject="This is a bowtie"
I need to search on "bowtie but only the full text matches

I think the type should be solr.TextField. That way solr will tokenise the data?

thanks,

Alistair

--
mov eax,1
mov ebx,0
int 80h
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fedora-commons-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to