Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6786301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:13:45+00:00 2026-05-26T17:13:45+00:00

For example, I have a table which contains the columns: english_description french_description italian_description When

  • 0

For example, I have a table which contains the columns:

english_description
french_description
italian_description

When using ThinkingSphinx, I can specify what stemmer to use in config/sphinx.yml like this:

development:
  morphology: stem_en

but this will run all of the columns through the english stemmer. Is there a way to specify the stemmer for each column? Something like:

development:
  morphology:
    english_description: stem_en
    french_description: libstemmer_fr
    italian_description: libstemmer_it
    ...

Or any other way to accomplish the same?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T17:13:45+00:00Added an answer on May 26, 2026 at 5:13 pm

    Morphologies/stemmers are an index-based setting from Sphinx’s perspective – so you’ll need to have separate indices for each language. With each one, make sure you have the same attributes, otherwise Sphinx will complain (or at least be less reliable). Note the explicit index names below:

    define_index('model_en') do
      indexes english_description
    
      set_property :morphology => 'stem_en'
    end
    
    define_index('model_fr') do
      indexes french_description
    
      set_property :morphology => 'libstemmer_fr'
    end
    
    # etc
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table which defines what things another table can have, for example:
Using SQL2k5, I have a staging table that contains columns that will populate numerous
I have a table which contains the following columns: UniqueID remote_ip_addr platform I want
I have a table, for example, mytable. It has several columns: col1, col2, col3.
I have got a table which contains 5 column and query requirements: update row
I have a table T (structure below) which initially contains all-NULL values in an
I have a postgres table with a column (called id) which contains strings. In
I have table in MySQL database with two integer columns for example: userid |
I have a table which has a column for Id and parentId. ParentId contains
I have a MySQL table which contains a number of products. What I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.