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

  • Home
  • SEARCH
  • 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 6668347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:01:54+00:00 2026-05-26T03:01:54+00:00

I am using apachesolr module in drupal I have created a custom facet field

  • 0

I am using apachesolr module in drupal
I have created a custom facet field subject but in drupal facet block, the sentence is breaking in multiple line/result
for example the subject Analytical chemistry would be
<int name="analyt">1</int>
<int name="chemistri">1</int>

I have tables journal, subject, subject_journal and article
My data config file has entity

<entity name="subject" pk="id"
                    query="select s.id, s.title from subject s
                            join subject_journal sj on sj.subject_id = s.id
                            join article a on a.journal_id = sj.journal_id
                            where sj.journal_id = '${article.journal_id}' 
                            group by s.id, s.title">
                    <field column="id" name="subject_id" /> 
                    <field column="title" name="subject" />                         
        </entity>

Please help
Thanks

  • 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-26T03:01:54+00:00Added an answer on May 26, 2026 at 3:01 am

    you seem to be performing analysis on your facet field.

    General facet field detail –

    Faceting fields are often specified to serve two purposes, human-readable text and drill-down query value, they are frequently indexed differently from fields used for searching and sorting:

    They are often not tokenized into separate words
    They are often not mapped into lower case
    Human-readable punctuation is often not removed (other than double-quotes)
    There is often no need to store them, since stored values would look much like indexed values and the faceting mechanism is used for value retrieval.

    you should maintain a seperate copy for the facet field and perform no analysis on it, and use that as the facet field.

    <field name="subject" type="text_general" indexed="true" stored="true" multiValued="true"/>
    <!-- Maintain different facet field -->
    <field name="subject_facet" type="string" indexed="true" stored="true" multiValued="true"/>
    
    <!-- copy field -->
    <copyField source="subject" dest="subject_facet"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using solrj to index data, I have created some new field in schema.xml,
I'm trying to create a custom search interface for Apache Solr using Drupal ,
I've been using Liferay a lot for past 2 years, but I have never
Using online interfaces to a version control system is a nice way to have
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
I am running Solr on my windows machine using jetty. I have downloaded the
I have tried search using Apache SOLR. I have done with the PHP client
Using Core Data. Let's say we have models for Team and Player. Assume: -Each
Using CRM 4, I have an entity form that contains a tab with an
I am using apache solr search integration on my Drupal 6 website: govoluntourism.com .

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.