mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
chore: Rename the library "pentium" 🎉
This commit is contained in:
parent
13cf084751
commit
cf41b20fbb
6 changed files with 21 additions and 17 deletions
|
@ -6,7 +6,7 @@ use std::fs::File;
|
|||
use std::io;
|
||||
|
||||
use csv::ReaderBuilder;
|
||||
use raptor::{MetadataBuilder, DocIndex, Tokenizer, CommonWords};
|
||||
use pentium::{MetadataBuilder, DocIndex, Tokenizer, CommonWords};
|
||||
use rocksdb::{SstFileWriter, EnvOptions, ColumnFamilyOptions};
|
||||
use structopt::StructOpt;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ use std::path::PathBuf;
|
|||
|
||||
use serde_json::from_str;
|
||||
use rocksdb::{SstFileWriter, EnvOptions, ColumnFamilyOptions};
|
||||
use raptor::{MetadataBuilder, DocIndex, Tokenizer, CommonWords};
|
||||
use pentium::{MetadataBuilder, DocIndex, Tokenizer, CommonWords};
|
||||
use structopt::StructOpt;
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
|
|
|
@ -5,8 +5,8 @@ use std::path::PathBuf;
|
|||
|
||||
use elapsed::measure_time;
|
||||
use rocksdb::{DB, DBOptions, IngestExternalFileOptions};
|
||||
use raptor::rank::{criterion, Config, RankedStream, Document};
|
||||
use raptor::{automaton, DocumentId, Metadata, CommonWords};
|
||||
use pentium::rank::{criterion, Config, RankedStream};
|
||||
use pentium::{automaton, DocumentId, Metadata};
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
pub struct CommandConsole {
|
||||
|
|
|
@ -7,8 +7,8 @@ use std::path::PathBuf;
|
|||
use std::error::Error;
|
||||
use std::sync::Arc;
|
||||
|
||||
use raptor::rank::{criterion, Config, RankedStream};
|
||||
use raptor::{automaton, Metadata, CommonWords};
|
||||
use pentium::rank::{criterion, Config, RankedStream};
|
||||
use pentium::{automaton, Metadata};
|
||||
use rocksdb::{DB, DBOptions, IngestExternalFileOptions};
|
||||
use warp::Filter;
|
||||
use structopt::StructOpt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue