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 8665875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:35:29+00:00 2026-06-12T17:35:29+00:00

Is it possible to do a search across several documents in a Solr index

  • 0

Is it possible to do a search across several documents in a Solr index that share a common field value and have Solr treat that as one document?

Let’s say for example I upload each chapter of a book into Solr as a separate document, but they share a common field, book which is the title of the book.

<doc>
  <field name="id">book1_chap01</field>
  <field name="book">book1</field>
  <field name="text">The proof is in the pudding.</field>
</doc>
<doc>
  <field name="id">book1_chap02</field>
  <field name="book">book1</field>
  <field name="text">The concept is different than the reality.</field>
</doc>

If you search now for proof AND concept it would return nothing, because the words occur in separate documents.

I would like a search like proof AND concept to be performed over all documents that share the common book value “book1” as if they were one document.

Is such a thing possible in Solr?

  • 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-06-12T17:35:30+00:00Added an answer on June 12, 2026 at 5:35 pm

    I believe the Join operation that is available with Solr 4.0 might be able to help with this.

    The following query works for the above:

    http://localhost:8080/solr4b/collection1/select?q={!join%20from=title%20to=title}text:proof%20AND%20pudding
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a question about IPTC metadata. Is it possible to search images that
Possible Duplicate: Search-like highlighting in NSTextView I thought i read here months ago that
Is it possible to search a string that is a regex, without escaping all
Possible Duplicate: Windows Phone 7 Search Button I think that all Windows Phone mobiles
We have some search functionality that can return tens of thousands of results from
I have a Solr index with document fields something like: id, body_text, date, num_upvotes,
Possible Duplicate: Learning efficient algorithms I recently came across an problem that was solved
I'm trying to create some search functionality across several types of data, with autocomplete.
Is it possible to send SMS(Text) from iPad. I have search many Apple Blogs
Is it possible to search on date ranges using Lucene in Java? How do

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.