Skip to content

Commit

Permalink
Removed unnecessary configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pkainulainen committed Feb 3, 2013
1 parent 72013e0 commit baa8117
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions running-solr-with-maven/src/main/config/elevate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,5 @@
-->
<elevate>
<query text="foo bar">
<doc id="1" />
<doc id="2" />
<doc id="3" />
</query>

<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>

0 comments on commit baa8117

Please sign in to comment.