Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
crabgrass
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
B4x
crabgrass
Commits
6067c7fa
Commit
6067c7fa
authored
Aug 27, 2015
by
azul
Browse files
Options
Downloads
Patches
Plain Diff
config: thinking sphinx tweaks
parent
37005194
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/initializers/search.rb
+0
-4
0 additions, 4 deletions
config/initializers/search.rb
config/sphinx/README
+4
-0
4 additions, 0 deletions
config/sphinx/README
config/thinking_sphinx.yml
+5
-4
5 additions, 4 deletions
config/thinking_sphinx.yml
with
9 additions
and
8 deletions
config/initializers/search.rb
deleted
100644 → 0
+
0
−
4
View file @
37005194
if
Rails
.
env
.
production?
ThinkingSphinx
.
suppress_delta_output
=
true
end
This diff is collapsed.
Click to expand it.
config/sphinx/README
+
4
−
0
View file @
6067c7fa
Thinking Sphinx generates config files to use with sphinx.
They live in this directory so they do not clutter the config dir.
Gitignore is setup to ignore them.
This diff is collapsed.
Click to expand it.
config/thinking_sphinx.yml
+
5
−
4
View file @
6067c7fa
...
...
@@ -11,23 +11,24 @@ common: &common
development
:
<<
:
*common
config_file
:
config/sphinx/development.conf
config
uration
_file
:
config/sphinx/development.conf
mysql41
:
3312
address
:
localhost
morphology
:
stem_en
test
:
<<
:
*common
config_file
:
config/sphinx/test.conf
config
uration
_file
:
config/sphinx/test.conf
mysql41
:
3313
address
:
localhost
morphology
:
stem_en
version
:
2.0.4
production
:
<<
:
*common
config_file
:
config/sphinx/production.conf
config
uration
_file
:
config/sphinx/production.conf
mysql41
:
3312
address
:
localhost
morphology
:
stem_en
quiet_deltas
:
true
bin_path
:
'
/usr/bin'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment