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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T03:47:44+00:00 2026-06-19T03:47:44+00:00

I have a table(let’s call it my_table ) with two text fields: title and

  • 0

I have a table(let’s call it my_table) with two text fields: title and description. Also I have an index(my_index) that uses next source-query:

SELECT * FROM my_table;

When I need to get all words and frequencies from my_index I use something like:

$indexer my_index --buildstops word_freq.txt 1000 --buildfreqs

But now, I need to get words that are presented only in column title(and their frequencies only from title column). What is the best solution to do this?

Edit:
It will be perfect, if solution won’t build new indexes on disk space.

  • 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-19T03:47:45+00:00Added an answer on June 19, 2026 at 3:47 am

    Create a new “index”, that only includes the title column. No need to ever build an physical index with it, can just use it with –buildstops πŸ™‚

    Index inheritence, allows its creation with very compact bit in the config file

    source my_index_title : my_index {
       sql_query = SELECT id,title from my_table
    }
    index my_index_title : my_index {
       source = my_index_title
       path = /tmp/my_index_title
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's suppose I have the following table (let's call it my_table ): CREATE TABLE
I have a table (let's call it tableA) that looks something like this: id
Let say that I have table TableA(ColumnCode, ColumnA2, ColumnA3, ColumnA4, ColumnA5). Note: ColumnCode(PrimaryKey)is not
let's say I have table student_data and fields are ╔════╦════════════╦════════════╗ β•‘ ID β•‘ CREATED_BY
Let's say I have a table with two columns, where a user places a
Simplified situation: I have a table, let's call it header with, say, a primary
I have the following table (let's say that its name is AnswerTable: QuestionID Value
I have the following table...let's call it Table1 TERM PERIOD Average StandardDeviation Minimum +
I have a PostgreSQL 9.1 database table (let's call it MyTable) looking like this:
I have a table let's say in the form of: match(id, hometeam_id, awayteam_id) and

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.