map was changed to fmap

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@815993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-09-16 22:42:49 +00:00
parent f9643122ae
commit 8f852b81b8
1 changed files with 3 additions and 3 deletions

View File

@ -660,14 +660,14 @@
<lst name="defaults"> <lst name="defaults">
<!-- All the main content goes into "text"... if you need to return <!-- All the main content goes into "text"... if you need to return
the extracted text or do highlighting, use a stored field. --> the extracted text or do highlighting, use a stored field. -->
<str name="map.content">text</str> <str name="fmap.content">text</str>
<str name="lowernames">true</str> <str name="lowernames">true</str>
<str name="uprefix">ignored_</str> <str name="uprefix">ignored_</str>
<!-- capture link hrefs but ignore div attributes --> <!-- capture link hrefs but ignore div attributes -->
<str name="captureAttr">true</str> <str name="captureAttr">true</str>
<str name="map.a">links</str> <str name="fmap.a">links</str>
<str name="map.div">ignored_</str> <str name="fmap.div">ignored_</str>
</lst> </lst>
</requestHandler> </requestHandler>