1234567891011121314151617181920212223242526272829303132333435 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Business Platform: Search
- (C) Copyright IBM Corp. 2017, 2022
- The source code for this program is not published or otherwise divested of its trade secrets,
- irrespective of what has been deposited with the U.S. Copyright Office.
- -->
- <!-- If this file is found in the config directory, it will only be
- loaded once at startup. If it is found in Solr's data
- directory, it will be re-loaded every commit.
- See http://wiki.apache.org/solr/QueryElevationComponent for more info
- -->
- <elevate>
- <!-- Query elevation examples
- <query text="foo bar">
- <doc id="1" />
- <doc id="2" />
- <doc id="3" />
- </query>
- for use with techproducts example
-
- <query text="ipod">
- <doc id="MA147LL/A" /> put the actual ipod at the top
- <doc id="IW-02" exclude="true" /> exclude this cable
- </query>
- -->
- </elevate>
|