Uses of Class
org.machanism.machai.schema.Bindex
Packages that use Bindex
Package
Description
Provides core components and utilities for Bindex document management, semantic AI search, and project folder processing.
Provides builder implementations for generating Bindex documents in support of semantic, AI-powered indexing operations.
-
Uses of Bindex in org.machanism.machai.bindex
Methods in org.machanism.machai.bindex that return BindexModifier and TypeMethodDescriptionLoads the Bindex object from the bindex file in a given project directory.Methods in org.machanism.machai.bindex that return types with arguments of type BindexModifier and TypeMethodDescriptionPerforms a semantic pick/search with a query string, retrieving Bindex results and dependencies.Methods in org.machanism.machai.bindex with parameters of type BindexModifier and TypeMethodDescriptionRegisters (inserts or updates) a Bindex document for the supplied Bindex instance.Picker.getRegistredId(Bindex bindex) Looks up the registered database ID for a Bindex (if it exists).Method parameters in org.machanism.machai.bindex with type arguments of type Bindex -
Uses of Bindex in org.machanism.machai.bindex.builder
Methods in org.machanism.machai.bindex.builder that return BindexModifier and TypeMethodDescriptionBindexBuilder.build()Builds a new Bindex, using possible schema prompt, origin update, and AI generation.BindexBuilder.getOrigin()Gets the origin Bindex instance.Methods in org.machanism.machai.bindex.builder with parameters of type BindexModifier and TypeMethodDescriptionSets the origin Bindex for update operations.