Searched refs:getDocumentLabels (Results 1 – 11 of 11) sorted by relevance
/dports/deskutils/pinot/pinot-1.20/IndexSearch/ |
H A D | pinot-label.cpp | 92 …bool getLabels = false, getDocumentLabels = false, reloadIndex = false, setDocumentLabels = false,… in main() local 103 getDocumentLabels = true; in main() 197 if ((getDocumentLabels == true) || in main() 212 if (getDocumentLabels == true) in main() 216 if (index.getDocumentLabels(docId, labels) == true) in main()
|
H A D | IndexInterface.h | 76 virtual bool getDocumentLabels(unsigned int docId, std::set<std::string> &labels) const = 0;
|
H A D | DBusIndex.h | 97 virtual bool getDocumentLabels(unsigned int docId, std::set<std::string> &labels) const;
|
H A D | DBusIndex.cpp | 411 bool DBusIndex::getDocumentLabels(unsigned int docId, set<string> &labels) const in getDocumentLabels() function in DBusIndex
|
/dports/deskutils/pinot/pinot-1.20/IndexSearch/Xapian/ |
H A D | XapianIndex.h | 79 virtual bool getDocumentLabels(unsigned int docId, std::set<std::string> &labels) const;
|
H A D | XapianIndex.cpp | 1508 bool XapianIndex::getDocumentLabels(unsigned int docId, set<string> &labels) const in getDocumentLabels() function in XapianIndex
|
/dports/deskutils/pinot/pinot-1.20/UI/GTK3/src/ |
H A D | PropertiesDialog.cpp | 128 pIndex->getDocumentLabels(m_docId, docLabels); in setDocuments()
|
/dports/deskutils/pinot/pinot-1.20/Core/ |
H A D | pinot-index.cpp | 519 if (pIndex->getDocumentLabels(docId, labels) == true) in main()
|
H A D | DaemonState.cpp | 188 pIndex->getDocumentLabels(docId, labels); in updateLabels() 604 if (pIndex->getDocumentLabels(docId, labels) == true) in GetDocumentLabels()
|
H A D | WorkerThreads.cpp | 1042 m_pIndex->getDocumentLabels(m_docId, labels); in doWork()
|
/dports/deskutils/pinot/pinot-1.20/ |
H A D | ChangeLog-svn | 6691 Both getLabels() and getDocumentLabels() now always query the daemon and not 9213 Overloaded getDocumentLabels(). Fixed typo in interface header file.
|