changeset 7:e0aca5ffc4df

editing
author dwinter
date Mon, 02 Jan 2012 12:43:49 +0100
parents 290d859f036b
children 5dba58db2f55
files .classpath protege.properties src/de/mpiwg/itgroup/nimanager/persons/PersonListService.java
diffstat 3 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.classpath	Thu Dec 29 15:20:37 2011 +0100
+++ b/.classpath	Mon Jan 02 12:43:49 2012 +0100
@@ -19,6 +19,7 @@
 	<classpathentry exported="true" kind="lib" path="libs/virt_sesame2.jar"/>
 	<classpathentry exported="true" kind="lib" path="libs/virtjdbc3.jar"/>
 	<classpathentry exported="true" kind="lib" path="libs/virtjdbc3ssl.jar"/>
+	<classpathentry kind="lib" path="libs/commons-lang-2.3.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/protege"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/protege-core"/>
--- 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
--- 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();