Final changes to the search
This commit is contained in:
parent
b6666dd039
commit
3c6a60818e
8 changed files with 357 additions and 146 deletions
|
@ -237,7 +237,7 @@
|
|||
<filter class="solr.WordDelimiterFilterFactory" generateWordParts="1" generateNumberParts="1" catenateWords="1" catenateNumbers="1" catenateAll="0" splitOnCaseChange="1"/>
|
||||
<filter class="solr.LowerCaseFilterFactory"/>
|
||||
<filter class="solr.KeywordMarkerFilterFactory" protected="protwords.txt"/>
|
||||
<!-- <filter class="solr.PorterStemFilterFactory"/> -->
|
||||
<filter class="solr.PorterStemFilterFactory"/>
|
||||
<filter class="solr.SnowballPorterFilterFactory" language="English" protected="protwords.txt"/>
|
||||
</analyzer>
|
||||
<analyzer type="query">
|
||||
|
@ -251,6 +251,7 @@
|
|||
<filter class="solr.WordDelimiterFilterFactory" generateWordParts="1" generateNumberParts="1" catenateWords="0" catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/>
|
||||
<filter class="solr.LowerCaseFilterFactory"/>
|
||||
<filter class="solr.KeywordMarkerFilterFactory" protected="protwords.txt"/>
|
||||
<filter class="solr.PorterStemFilterFactory"/>
|
||||
<filter class="solr.SnowballPorterFilterFactory" language="English" protected="protwords.txt"/>
|
||||
</analyzer>
|
||||
</fieldType>
|
||||
|
@ -501,8 +502,10 @@
|
|||
|
||||
<field name="THUMBNAIL" type="string" indexed="true" stored="true"/>
|
||||
|
||||
<field name="contextNode" type="text" indexed="true" stored="true" multiValued="true"/>
|
||||
<field name="targetInfo" type="text" indexed="true" stored="false" multiValued="true"/>
|
||||
<field name="BETA" type="float" indexed="true" stored="true" multiValued="false"/>
|
||||
<field name="PHI" type="float" indexed="true" stored="true" multiValued="false"/>
|
||||
<field name="ADJACENT_NODES" type="string" indexed="true" stored="true" multiValued="true"/> -->
|
||||
|
||||
<field name="moniker" type="ignored" />
|
||||
<field name="modType" type="ignored"/>
|
||||
|
|
|
@ -708,9 +708,10 @@
|
|||
-->
|
||||
<lst name="defaults">
|
||||
<str name="defType">dismax</str>
|
||||
<str name="qf">nameRaw nameLowercase nameUnstemmed nameStemmed ALLTEXT ALLTEXTUNSTEMMED ALLTEXT_PHONETIC NAME_PHONETIC contextNode</str>
|
||||
<str name="qf">nameRaw nameLowercase ALLTEXT ALLTEXTUNSTEMMED ALLTEXT_PHONETIC NAME_PHONETIC nameUnstemmed nameStemmed targetInfo</str>
|
||||
<str name="pf">targetInfo</str>
|
||||
<str name="echoParams">explicit</str>
|
||||
<str name="bf">BETA</str>
|
||||
<str name="ps">1</str>
|
||||
<int name="rows">10</int>
|
||||
</lst>
|
||||
<!-- In addition to defaults, "appends" params can be specified
|
||||
|
|
|
@ -8883,6 +8883,8 @@ coordinate, align, ordinate, organise, organize
|
|||
coordinated, interconnected, matching, unified
|
||||
coordinating, coordinative
|
||||
coordinative, coordinating
|
||||
co-author, co-authors, coauthor, coauthors
|
||||
coauthor, co-author, co-authors, coauthors
|
||||
cop, apprehend, arrest, bull, collar, copper, fuzz, glom, hook, nab, nail, pig, snitch, thieve
|
||||
copacetic, copasetic, copesetic, copesettic
|
||||
copaline, copalite
|
||||
|
@ -31512,7 +31514,7 @@ pubescence, puberty
|
|||
pubescent, downy, puberulent, sericeous
|
||||
public, populace, world
|
||||
publically, publicly
|
||||
publication, issue, publishing
|
||||
publication, issue, publishing, publications
|
||||
publicise, advertise, advertize, air, bare, publicize
|
||||
publicised, publicized
|
||||
publiciser, publicist, publicizer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue