admin-extra.html |
apachesolr_confgen_textfiles/res/admin-extra.html |
|
|
apachesolr_confgen.admin.inc |
apachesolr_confgen.admin.inc |
|
Schema generator |
apachesolr_confgen.api.php |
apachesolr_confgen.api.php |
|
Exposed Hooks in 7.x: |
apachesolr_confgen.info |
apachesolr_confgen.info |
|
name = Apache Solr Config Generator
description = Generator for Apache Solr Configuration Files
package = Search Toolkit
core = "6.x"
dependencies[] = apachesolr
dependencies[] = apachesolr_search
dependencies[] = querypath |
apachesolr_confgen.module |
apachesolr_confgen.module |
|
Generator for Apache Solr Configuration Files. |
apachesolr_confgen_advanced_settings.info |
apachesolr_confgen_advanced_settings/apachesolr_confgen_advanced_settings.info |
|
name = Apache Solr Advanced Settings
description = Tweak things like data dir or auto commit time
package = Search Toolkit
core = "6.x"
dependencies[] = apachesolr_confgen
dependencies[] = variable |
apachesolr_confgen_advanced_settings.module |
apachesolr_confgen_advanced_settings/apachesolr_confgen_advanced_settings.module |
|
@author Markus Kalkbrenner (mkalkbrenner) | bio.logis GmbH |
apachesolr_confgen_advanced_settings.variable.inc |
apachesolr_confgen_advanced_settings/apachesolr_confgen_advanced_settings.variable.inc |
|
TODO |
apachesolr_confgen_textfiles.info |
apachesolr_confgen_textfiles/apachesolr_confgen_textfiles.info |
|
name = Apache Solr Text Files
description = Administer Solr configuration files like stopwords.txt or synonyms.txt within drupal
package = Search Toolkit
core = "6.x"
dependencies[] = apachesolr_confgen
dependencies[] = variable |
apachesolr_confgen_textfiles.module |
apachesolr_confgen_textfiles/apachesolr_confgen_textfiles.module |
|
@author Markus Kalkbrenner (mkalkbrenner) | bio.logis GmbH |
apachesolr_confgen_textfiles.variable.inc |
apachesolr_confgen_textfiles/apachesolr_confgen_textfiles.variable.inc |
|
TODO |
apachesolr_confgen_zipfile.php |
lib/apachesolr_confgen_zipfile.php |
|
Zip file creation class to pack Apache Solr configuration files |
CHANGELOG.txt |
CHANGELOG.txt |
|
Apache Solr Config Generator 6.x-1.0-alpha2, 2014-xx-xx
-------------------------------------------------------
[ ] mkalkbrenner: support numeric format of boolean values
[ ] mkalkbrenner: added support for solr 5.x
Apache Solr Config… |
mapping-ISOLatin1Accent.txt |
solr-conf/solr-5.x/mapping-ISOLatin1Accent.txt |
|
# 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… |
mapping-ISOLatin1Accent.txt |
apachesolr_confgen_textfiles/res/mapping-ISOLatin1Accent.txt |
|
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# … |
protwords.txt |
solr-conf/solr-5.x/protwords.txt |
|
#-----------------------------------------------------------------------
# This file blocks words from being operated on by the stemmer and word delimiter.
&
<
>
'
" |
stopwords.txt |
solr-conf/solr-5.x/stopwords.txt |
|
# Contains words which shouldn't be indexed for fulltext fields, e.g., because
# they're too common. For documentation of the format, see
# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.StopFil...
# (Lines starting… |
stopwords.txt |
apachesolr_confgen_textfiles/res/stopwords.txt |
|
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You… |
synonyms.txt |
solr-conf/solr-5.x/synonyms.txt |
|
# Contains synonyms to use for your index. For the format used, see
# http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.Synonym...
# (Lines starting with a pound character # are ignored.) |
synonyms.txt |
apachesolr_confgen_textfiles/res/synonyms.txt |
|
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# … |