Terry, Where and how did you change to textgen? I guess that is what I cannot find, I see it in schema.xml, but not sure where to change it.
Thanks On Tuesday, August 29, 2017 at 6:23:19 PM UTC-4, Terry Brady wrote: > > Unfortunately, I am not aware of any documentation on how to configure > this file for DSpace. > > We found that the term stemming returned far too many false hits, so I > changed several of our fields from "text" to "textgen" and the results were > improved. > > > https://github.com/DSpace/DSpace/blob/master/dspace/solr/search/conf/schema.xml#L278-L279 > > On Tue, Aug 29, 2017 at 1:41 PM, Tom Avino <[email protected] > <javascript:>> wrote: > >> Since we switched from Dspace 3.3 JSPUI to XMLUI, our search is not >> working the same. If our users type a specific item CA01234, it will not >> find this even though it is in one of the metadata fields. I am not sure >> how SOLR works. I have looked what is in schema.xml. I am unclear which >> fieldtype is used when a search is done. It looks like each fieldtype can >> have different parameters. There is "text_ws", "text", "textTight", etc. >> Where in Dspace do you pick which one to use during a search??? >> >> Example >> <fieldType name="*text*" class="solr.TextField" >> positionIncrementGap="100"> >> <analyzer type="index"> >> <tokenizer class="solr.WhitespaceTokenizerFactory"/> >> <filter class="solr.StopFilterFactory" >> ignoreCase="true" >> words="stopwords.txt" >> enablePositionIncrements="true" >> /> >> <filter class="solr.WordDelimiterFilterFactory" >> preserveOriginal="1" *splitOnNumerics="0" generateWordParts="1" >> generateNumberParts="1" catenateWords="1" catenateNumbers="1" >> catenateAll="0" splitOnCaseChange="0"*/> >> >> >> Tom Avino >> >> -- >> You received this message because you are subscribed to the Google Groups >> "DSpace Technical Support" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/dspace-tech. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Terry Brady > Applications Programmer Analyst > Georgetown University Library Information Technology > http://georgetown-university-libraries.github.io/ > 425-298-5498 (Seattle, WA) > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
