Uses of Class
net.reyadeyat.nlp.information.retrieval.data.structure.SearchingDocument
Packages that use SearchingDocument
Package
Description
-
Uses of SearchingDocument in net.reyadeyat.nlp.information.retrieval
Methods in net.reyadeyat.nlp.information.retrieval that return SearchingDocumentModifier and TypeMethodDescriptionstatic SearchingDocumentInformationRetrieval.selectSearchingDocument(Connection jdbc_connection, Integer searching_document_id) Methods in net.reyadeyat.nlp.information.retrieval that return types with arguments of type SearchingDocumentModifier and TypeMethodDescriptionstatic ArrayList<SearchingDocument>API.documentFileListInexing(Connection jdbc_connection, Integer document_book_id, String document_metadata, String document_color, String document_parser_class_name, ArrayList<FileIndexing> file_indexing_list) static ArrayList<SearchingDocument>API.documentListSelect(Connection jdbc_connection, Integer book_id) static ArrayList<SearchingDocument>InformationRetrieval.selectBookSearchingDocumentList(Connection jdbc_connection, Integer book_id) -
Uses of SearchingDocument in net.reyadeyat.nlp.information.retrieval.data.structure
Fields in net.reyadeyat.nlp.information.retrieval.data.structure declared as SearchingDocumentConstructors in net.reyadeyat.nlp.information.retrieval.data.structure with parameters of type SearchingDocumentModifierConstructorDescriptionCitation(Connection jdbc_connection, String phrase_original, SearchingDocument document, Word start_word, Word end_word, Integer words_before, Integer words_after)