abstract
class
MongoBibDatabase extends BibDatabase
Instance Constructors
-
new
MongoBibDatabase(mongoServer: String = "localhost", mongoPort: Int = 27017, mongoDBName: String = "rexa2-cubbie")(implicit random: Random)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
add(papers: Iterable[PaperEntity], getVenueBag: (String) ⇒ Seq[String]): Unit
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
def
createAuthorsFromPaper(p: PaperEntity): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
filterFieldNameForMongo(s: String): String
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
insertLabeledRexaMentions(rexaFile: File, getVenueBag: (String) ⇒ Seq[String]): Unit
-
def
insertMentionsFromBibDir(bibDir: File, getVenueBag: (String) ⇒ Seq[String], useKeysAsIds: Boolean = false): Unit
-
def
insertMentionsFromBibDirMultiThreaded(bibDir: File, getVenueBag: (String) ⇒ Seq[String], useKeysAsIds: Boolean = false): Unit
-
def
insertMentionsFromBibFile(bibFile: File, getVenueBag: (String) ⇒ Seq[String], useKeysAsIds: Boolean, bibSplitOnAt: Boolean = false, numEntries: Int = Integer.MAX_VALUE): Unit
-
def
insertMentionsFromDBLP(location: String, getVenueBag: (String) ⇒ Seq[String]): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
val
mongoConn: MongoClient
-
val
mongoDB: DB
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
implicit
val
random: Random
-
def
splitFirst(firstName: String): (String, String)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit