Skip to content

Commit 3aff358

Browse files
Improve Lucene 3 extension recipe with installation and real-world usage.
Expand the recipe with collection modes, RAG patterns from Lucee 7 core, and links to related search and AI docs. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b2e33bd commit 3aff358

4 files changed

Lines changed: 263 additions & 157 deletions

File tree

docs/recipes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ List and inspect available Lucee versions and extensions
358358

359359
## [Lucene 3 Extension](/docs/recipes/lucene-search.md)
360360

361-
Documentation for the Lucene 3 Extension with vector and hybrid search capabilities
361+
Install and use the Lucene 3 Extension for keyword, vector, and hybrid search in Lucee
362362

363363
## [Mail Listeners](/docs/recipes/mail-listener.md)
364364

docs/recipes/index.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,15 +1290,20 @@
12901290
"file": "lucene-search.md",
12911291
"title": "Lucene 3 Extension",
12921292
"path": "/docs/recipes/lucene-search.md",
1293-
"hash": "e29dd0a0442d9e7e743380e474413f05",
1293+
"hash": "78b89b9519a7873af806a02c946c1477",
12941294
"keywords": [
12951295
"Lucene",
12961296
"Search",
12971297
"Vector",
12981298
"Hybrid",
12991299
"Semantic",
13001300
"Content Chunks",
1301-
"Embeddings"
1301+
"Embeddings",
1302+
"cfcollection",
1303+
"cfindex",
1304+
"cfsearch",
1305+
"RAG",
1306+
"extension"
13021307
]
13031308
},
13041309
{
@@ -1403,7 +1408,7 @@
14031408
"file": "mcp.md",
14041409
"title": "Model Context Protocol (MCP)",
14051410
"path": "/docs/recipes/mcp.md",
1406-
"hash": "019947485430cdcdf169224daa22afee",
1411+
"hash": "d8f495cad9c03881f3a3228404142ce7",
14071412
"keywords": [
14081413
"MCP",
14091414
"Model Context Protocol",

docs/recipes/lucee.skill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ description: >
114114
| Lucee Extension Utilities | `extension-utilities` | Extension, Development, Utilities, CFMLEngine, Java, API |
115115
| Lucee Release Cycle | `release-cycle` | release, versioning, branching, development cycle, release candidate, RC |
116116
| Lucee Versions and Extensions | `versions` | versions, extensions, LuceeVersionsList, LuceeVersionsDetail, LuceeExtension, Maven, upgrade |
117-
| Lucene 3 Extension | `lucene-search` | Lucene, Search, Vector, Hybrid, Semantic, Content Chunks, Embeddings |
117+
| Lucene 3 Extension | `lucene-search` | Lucene, Search, Vector, Hybrid, Semantic, Content Chunks, Embeddings, cfcollection, cfindex, cfsearch |
118118
| Mail Listeners | `mail-listener` | mail, listener, Application.cfc, component |
119119
| Mappings - How to define a regular Mapping | `mappings-how-to-define-a-reg-mapping` | Mapping, Filesystem, Define mapping, Application.cfc, Lucee archive |
120120
| Mathematical Precision | `mathematical-precision` | math, precision, BigDecimal, Lucee, Application.cfc, PrecisionEvaluate, preciseMath, floating point, money, currency |

0 commit comments

Comments
 (0)