aslam bari | 3 Aug 09:47
Picon
Favicon

Setup Slide in Eclipse

Dear Users,
  I tried a lot but could not be able to setup slide in eclipse successfully. i want to debub the slide by using
eclipse. Does any body help me?

 				
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 
aslam bari | 3 Aug 12:43
Picon
Favicon

Setup Slide in Eclipse

Dear Users,
  I tried a lot but could not be able to setup slide in eclipse successfully. i want to debub the slide by using
eclipse. Does any body help me?

 				
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 
Picon
Favicon

RE: Setup Slide in Eclipse

Hi Aslam

Try to build your project in eclipse using the ant file that comes with
slide.

Thanks
Pankaj 

-----Original Message-----
From: aslam bari [mailto:iamaslamok <at> yahoo.co.in] 
Sent: Thursday, August 03, 2006 3:44 AM
To: slide-user <at> jakarta.apache.org
Subject: Setup Slide in Eclipse

Dear Users,
  I tried a lot but could not be able to setup slide in eclipse
successfully. i want to debub the slide by using eclipse. Does any body
help me?

 				
---------------------------------
 Here's a new way to find what you're looking for - Yahoo! Answers 
aslam bari | 3 Aug 13:34
Picon
Favicon

LuceneIndexer is not working

Hello All,
  I am using slide2.1, and now want to attach lucene. I enable the
lucene in slide but indexes are not generated. Exceptions is coming
 while using LuceneIndexer.

  Does LuceneIndexer not work in Slide2.1. If not then how can i use Indexer to search resources?
  <ContentIndexer class="org.apache.slide.index.LuceneIndexer">
  ...........
  </ContentIndexer>

  Help Plz.

 				
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 
aslam bari | 3 Aug 13:17
Picon
Favicon

RE: Setup Slide in Eclipse

Hello Pankaj
  Thanks for reply.

  I have downloaded the slide-server-src-2.1. I have successfully setup the Tomcat in eclipse and it is
running without any exception.  I could not find the any ant file. Will you plz give me some guidlines how to
setup "Slide" and debug slide.
  Thanks...

"Pankaj Mandal -X (pmandal - Ahura Inc. at Cisco)" <pmandal <at> cisco.com> wrote:
  Hi Aslam

Try to build your project in eclipse using the ant file that comes with
slide.

Thanks
Pankaj 

-----Original Message-----
From: aslam bari [mailto:iamaslamok <at> yahoo.co.in] 
Sent: Thursday, August 03, 2006 3:44 AM
To: slide-user <at> jakarta.apache.org
Subject: Setup Slide in Eclipse

Dear Users,
I tried a lot but could not be able to setup slide in eclipse
successfully. i want to debub the slide by using eclipse. Does any body
help me?

---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers 
(Continue reading)

Darren Hartford | 3 Aug 14:03

RE: LuceneIndexer is not working

If you are using the 2.1 binary, I'm not sure it's entirely supported.
I've had to build straight from Subversion to get this to work.

In addition, you may want to be careful about your expectations.
ContentIndexer only indexes the content for full-text searching, and I
believe this will only work with text files and some XML files, but not
word, PDF, or other documents.  PropertiesIndexer is used for keyword
indexing which may be useful for faster DASL queries of those keywords.

                <contentindexer
classname="org.apache.slide.index.SampleTxtContainsIndexer">
                <parameter
name="indexpath">${slidestore}/index_content</parameter>
                </contentindexer>

			<propertiesindexer
classname="org.apache.slide.index.lucene.LucenePropertiesIndexer">
				<parameter
name="indexpath">${slidestore}/index_meta</parameter>
			</propertiesindexer> 

Hope that helps,
-D

> -----Original Message-----
> From: aslam bari [mailto:iamaslamok <at> yahoo.co.in] 
> Sent: Thursday, August 03, 2006 7:35 AM
> To: Slide User
> Subject: LuceneIndexer is not working
> 
(Continue reading)

Picon
Favicon

RE: Setup Slide in Eclipse


I downloaded it from subversion  and it was right under slide directory.

Thanks
Pankaj

-----Original Message-----
From: aslam bari [mailto:iamaslamok <at> yahoo.co.in] 
Sent: Thursday, August 03, 2006 4:18 AM
To: Slide Users Mailing List
Subject: RE: Setup Slide in Eclipse

Hello Pankaj
  Thanks for reply.

  I have downloaded the slide-server-src-2.1. I have successfully setup
the Tomcat in eclipse and it is running without any exception.  I could
not find the any ant file. Will you plz give me some guidlines how to
setup "Slide" and debug slide.
  Thanks...

"Pankaj Mandal -X (pmandal - Ahura Inc. at Cisco)" <pmandal <at> cisco.com>
wrote:
  Hi Aslam

Try to build your project in eclipse using the ant file that comes with
slide.

Thanks
Pankaj 
(Continue reading)

aslam bari | 3 Aug 14:32
Picon
Favicon

RE: LuceneIndexer is not working

Dear Darren,
  Thanks for reply.

  I used the same syntax as you told. But it is giving NullPointerException when using
SampleTxtContainsIndexer. When I use TextContentIndexer it generate only a Segment file. I also Doubt
if slide contains "lucene.LucenePropertiesIndexer" by default or we have to add it. I could not found it
in 2.1.

  Thanks...

Darren Hartford <dhartford <at> ghsinc.com> wrote:
  If you are using the 2.1 binary, I'm not sure it's entirely supported.
I've had to build straight from Subversion to get this to work.

In addition, you may want to be careful about your expectations.
ContentIndexer only indexes the content for full-text searching, and I
believe this will only work with text files and some XML files, but not
word, PDF, or other documents. PropertiesIndexer is used for keyword
indexing which may be useful for faster DASL queries of those keywords.

classname="org.apache.slide.index.SampleTxtContainsIndexer">

name="indexpath">${slidestore}/index_content

classname="org.apache.slide.index.lucene.LucenePropertiesIndexer">

name="indexpath">${slidestore}/index_meta

Hope that helps,
-D
(Continue reading)

aslam bari | 3 Aug 14:34
Picon
Favicon

RE: Setup Slide in Eclipse

Do you mean by Build.xml?
  I am new to this era? Plz help me.

"Pankaj Mandal -X (pmandal - Ahura Inc. at Cisco)" <pmandal <at> cisco.com> wrote:

I downloaded it from subversion and it was right under slide directory.

Thanks
Pankaj

-----Original Message-----
From: aslam bari [mailto:iamaslamok <at> yahoo.co.in] 
Sent: Thursday, August 03, 2006 4:18 AM
To: Slide Users Mailing List
Subject: RE: Setup Slide in Eclipse

Hello Pankaj
Thanks for reply.

I have downloaded the slide-server-src-2.1. I have successfully setup
the Tomcat in eclipse and it is running without any exception. I could
not find the any ant file. Will you plz give me some guidlines how to
setup "Slide" and debug slide.
Thanks...

"Pankaj Mandal -X (pmandal - Ahura Inc. at Cisco)" 

wrote:
Hi Aslam

(Continue reading)

Picon
Favicon

RE: Setup Slide in Eclipse

That is correct.

Thanks
Pankaj 

-----Original Message-----
From: aslam bari [mailto:iamaslamok <at> yahoo.co.in] 
Sent: Thursday, August 03, 2006 5:34 AM
To: Slide Users Mailing List
Subject: RE: Setup Slide in Eclipse

Do you mean by Build.xml?
  I am new to this era? Plz help me.

"Pankaj Mandal -X (pmandal - Ahura Inc. at Cisco)" <pmandal <at> cisco.com>
wrote:

I downloaded it from subversion and it was right under slide directory.

Thanks
Pankaj

-----Original Message-----
From: aslam bari [mailto:iamaslamok <at> yahoo.co.in]
Sent: Thursday, August 03, 2006 4:18 AM
To: Slide Users Mailing List
Subject: RE: Setup Slide in Eclipse

Hello Pankaj
Thanks for reply.
(Continue reading)


Gmane