[go: up one dir, main page]

Menu

Commit [r2506]  Maximize  Restore  History

CaTIES_LuceneSearcher can be compiled into an executable jar to query the counts of terms in the indices

Example command
Find all male patients with adenocarcinoma
java -jar QueryLuceneIndex.jar -operator and -field1 gender -value1 "Female Gender" -field2 documentText -value2 adenocarcinoma -path /PATH/TO/PRODINDEX

gandehao 2018-11-16

changed /trunk/caTIES/src/prod/java/edu/upmc/opi/caBIG/caTIES/server/dispatcher/CaTIES_LuceneSearcher.java