-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from palantirnet/release/drupalbox-v0.1.1
Release/drupalbox v0.1.1
- Loading branch information
Showing
30 changed files
with
4,888 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
provisioning/roles/solr/files/cores/search_api_solr-7x-1.11-4.x/conf/elevate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
|
||
<!-- | ||
This file allows you to boost certain search items to the top of search | ||
results. You can find out an item's ID by searching directly on the Solr | ||
server. The item IDs are in general constructed as follows: | ||
Search API: | ||
$document->id = $index_id . '-' . $item_id; | ||
Apache Solr Search Integration: | ||
$document->id = $site_hash . '/' . $entity_type . '/' . $entity->id; | ||
If you want this file to be automatically re-loaded when a Solr commit takes | ||
place (e.g., if you have an automatic script active which updates elevate.xml | ||
according to newly-indexed data), place it into Solr's data/ directory. | ||
Otherwise, place it with the other configuration files into the conf/ | ||
directory. | ||
See http://wiki.apache.org/solr/QueryElevationComponent for more information. | ||
--> | ||
|
||
<elevate> | ||
<!-- Example for ranking the node #1 first in searches for "example query": --> | ||
<!-- | ||
<query text="example query"> | ||
<doc id="default_node_index-1" /> | ||
<doc id="7v3jsc/node/1" /> | ||
</query> | ||
--> | ||
<!-- Multiple <query> elements can be specified, contained in one <elevate>. --> | ||
<!-- <query text="...">...</query> --> | ||
</elevate> |
14 changes: 14 additions & 0 deletions
14
...oning/roles/solr/files/cores/search_api_solr-7x-1.11-4.x/conf/mapping-ISOLatin1Accent.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This file contains character mappings for the default fulltext field type. | ||
# The source characters (on the left) will be replaced by the respective target | ||
# characters before any other processing takes place. | ||
# Lines starting with a pound character # are ignored. | ||
# | ||
# For sensible defaults, use the mapping-ISOLatin1Accent.txt file distributed | ||
# with the example application of your Solr version. | ||
# | ||
# Examples: | ||
# "À" => "A" | ||
# "\u00c4" => "A" | ||
# "\u00c4" => "\u0041" | ||
# "æ" => "ae" | ||
# "\n" => " " |
7 changes: 7 additions & 0 deletions
7
provisioning/roles/solr/files/cores/search_api_solr-7x-1.11-4.x/conf/protwords.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#----------------------------------------------------------------------- | ||
# This file blocks words from being operated on by the stemmer and word delimiter. | ||
& | ||
< | ||
> | ||
' | ||
" |
Oops, something went wrong.