Skip to main content
Ctrl+K
Mroonga v15.10 documentation - Home Mroonga v15.10 documentation - Home
  • GitHub
  • Twitter
  • Blog
  • GitHub
  • Twitter
  • Blog

Section Navigation

  • 5.1. Optimizations
  • 5.2. SQL commands
  • 5.3. Server variables
  • 5.4. Status variables
  • 5.5. UDF (User Defined Functions)
    • 5.5.1. mroonga_command()
    • 5.5.2. mroonga_escape()
    • 5.5.3. mroonga_highlight_html()
    • 5.5.4. mroonga_last_insert_grn_id()
    • 5.5.5. mroonga_normalize()
    • 5.5.6. mroonga_snippet()
    • 5.5.7. mroonga_snippet_html()
  • 5.6. Limitations
  • 5.7. Full text search
    • 5.7.1. Boolean mode
    • 5.7.2. Search and Scoring in Mroonga
  • 5. Reference
  • 5.7. Full text search

5.7. Full text search#

  • 5.7.1. Boolean mode
    • 5.7.1.1. Summary
    • 5.7.1.2. Usage
    • 5.7.1.3. Qualifier
      • 5.7.1.3.1. KEYWORD1 KEYWORD2
      • 5.7.1.3.2. KEYWORD1 OR KEYWORD2
      • 5.7.1.3.3. +KEYWORD
      • 5.7.1.3.4. -KEYWORD
      • 5.7.1.3.5. PREFIX*
      • 5.7.1.3.6. "PHRASE"
      • 5.7.1.3.7. (SUBEXPRESSION...)
    • 5.7.1.4. Pragma
      • 5.7.1.4.1. D pragma
      • 5.7.1.4.2. W pragma
      • 5.7.1.4.3. S pragma
  • 5.7.2. Search and Scoring in Mroonga
    • 5.7.2.1. Mroonga Scoring in natural language mode
      • 5.7.2.1.1. Splitting a query into tokens
      • 5.7.2.1.2. Removing not matched tokens
      • 5.7.2.1.3. Calculating weight per token
      • 5.7.2.1.4. Getting the top N weight tokens
      • 5.7.2.1.5. Summing up the weight per token which exists in a document, and is one of the top N weight tokens

previous

5.6. Limitations

next

5.7.1. Boolean mode

Edit on GitHub

© Copyright 2009-2025, Mroonga Project.

Built with the PyData Sphinx Theme 0.16.1.