# HG changeset patch # User dwinter # Date 1325504629 -3600 # Node ID e0aca5ffc4df3bf8633102f959025fcf7d25e01e # Parent 290d859f036ba989f69eeabab9b919f4b70797d8 editing diff -r 290d859f036b -r e0aca5ffc4df .classpath --- a/.classpath Thu Dec 29 15:20:37 2011 +0100 +++ b/.classpath Mon Jan 02 12:43:49 2012 +0100 @@ -19,6 +19,7 @@ + diff -r 290d859f036b -r e0aca5ffc4df protege.properties --- a/protege.properties Thu Dec 29 15:20:37 2011 +0100 +++ b/protege.properties Mon Jan 02 12:43:49 2012 +0100 @@ -1,5 +1,5 @@ #Protege Properties -#Wed Dec 21 16:29:30 CET 2011 +#Fri Dec 30 15:53:15 CET 2011 +SwitchableClassDefinitionType=edu.stanford.smi.protegex.owl.ui.cls.LogicClassDefinitionWidgetType history.projects.reopen=file\:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/examples/newspaper/newspaper.pprj,file\:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/examples/sqwrl/SQWRLExamples.pprj,file\:/Users/dwinter/Documents/Projekte/ECHO-eSciDoc-MPDL/escidocMPIWG/NamedIdentityManager/examples/pizza/pizza.owl.pprj -SwitchableClassDefinitionType=edu.stanford.smi.protegex.owl.ui.cls.LogicClassDefinitionWidgetType OntURIBase=http\://www.owl-ontologies.com diff -r 290d859f036b -r e0aca5ffc4df src/de/mpiwg/itgroup/nimanager/persons/PersonListService.java --- a/src/de/mpiwg/itgroup/nimanager/persons/PersonListService.java Thu Dec 29 15:20:37 2011 +0100 +++ b/src/de/mpiwg/itgroup/nimanager/persons/PersonListService.java Mon Jan 02 12:43:49 2012 +0100 @@ -187,7 +187,7 @@ } try { - hits=searcher.search(query, null, 100).scoreDocs; + hits=searcher.search(query, null, 5000).scoreDocs; } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); @@ -226,7 +226,7 @@ } try { - hits=searcher.search(query, null, 100).scoreDocs; + hits=searcher.search(query, null, 5000).scoreDocs; } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace();