mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-15 02:36:08 -04:00
Removed unused XmlDoc::m_unchanged
This commit is contained in:
@ -12020,13 +12020,6 @@ bool XmlDoc::doConsistencyTest ( bool forceTest ) {
|
||||
// if not test coll skip this
|
||||
//if ( strcmp(cr->m_coll,"qatest123") ) return true;
|
||||
|
||||
// title rec is null if we are reindexing an old doc
|
||||
// and "unchanged" was true.
|
||||
if ( m_unchangedValid && m_unchanged ) {
|
||||
if ( ! m_titleRecBufValid ) return true;
|
||||
if ( m_titleRecBuf.length()==0 ) return true;
|
||||
}
|
||||
|
||||
// leave this uncommented so we can see if we are doing it
|
||||
setStatus ( "doing consistency check" );
|
||||
|
||||
|
2
XmlDoc.h
2
XmlDoc.h
@ -773,7 +773,6 @@ public:
|
||||
bool m_isAdultValid;
|
||||
bool m_isUrlPermalinkFormatValid;
|
||||
bool m_percentChangedValid;
|
||||
bool m_unchangedValid;
|
||||
bool m_countTableValid;
|
||||
bool m_tagPairHashVecValid;
|
||||
bool m_summaryVecValid;
|
||||
@ -850,7 +849,6 @@ public:
|
||||
int32_t m_postVecSize;
|
||||
float m_pageSimilarity;
|
||||
float m_percentChanged;
|
||||
bool m_unchanged;
|
||||
// what docids are similar to us? docids are in this list
|
||||
RdbList m_dupList;
|
||||
int64_t m_exactContentHash64;
|
||||
|
Reference in New Issue
Block a user