Merge pull request #9952 from backstage/iameap/mv-techdocs-search-common

This commit is contained in:
Eric Peterson
2022-03-04 20:06:39 +01:00
committed by GitHub
153 changed files with 1978 additions and 495 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ plugins integrated to search.
| Frontend Plugin | @backstage/plugin-search |
| Backend Plugin | @backstage/plugin-search-backend |
| Indexer Plugin | @backstage/plugin-search-backend-node |
| Common Code | @backstage/search-common |
| Common Code | @backstage/plugin-search-common |
## Get Involved
+1 -1
View File
@@ -369,7 +369,7 @@ implement the factory method that instantiates the stream:
```ts
import { BatchSearchEngineIndexer } from '@backstage/plugin-search-backend-node';
import { SearchEngine } from '@backstage/search-common';
import { SearchEngine } from '@backstage/plugin-search-common';
export class YourSearchEngineIndexer extends BatchSearchEngineIndexer {
constructor({ type }: { type: string }) {
// Customize the number of documents passed to the index method per batch.