Forum

JiFile for Joomla!

JIFile
JiFile is a component for Joomla! that allows you to index file contents (PDF, DOC, etc..) to perform searches in them.

Learn more...  Demo

JoomPhoto Mobile

JPhotoMobile
JoomPhoto Mobile is a component for Joomla! that allows you to share the photos from your Android device to your site Joomla.

Learn more...  Demo

iFile Framework

IFile
IFile is an open source framework written entirely in PHP, allows the indexing of textual content of a document (DOC, PDF, EXCEL, etc.) and a quick search within them.

Learn more...  Demo

Easy Language

EasyLanguage
Easy Language is a plugin for easy and immediate management of multilingual texts in every possible area of joomla, articles, components, modules, metadata, template, other components(example K2) etc.

Learn more...

Article Book Effect

Article Book Effect
View Joomla articles with the effect turns the page of a book. This plugin will display the contents of an article in Joomla as a real book or magazine, using all the benefits of HTML5

Learn more...  Demo

 

Passport photo

Passport photo
The most popular Android app that allows you to print photos cards for your documents with your Android smartphone, in a simple and intuitive way.

Learn more...

 

Crazy Shadow

Crazy Shadow
Crazy Shadow is the 3D fast-paced and fun puzzle Android game! Try to rotate and drag shapes in the position of their shadows without fail! Solve in succession all combinations of levels of the game.

Learn more...

 

Admin Countdown

Admin Countdown
Module for Joomla! 2.5 and 3.x displays in the administration part of the site, a timer with countdown of the time remaining in your session.

Learn more...  Demo

 
Welcome, Guest
Username: Password: Remember me

TOPIC: (SOLVED) Impossible to search

(SOLVED) Impossible to search 31 Mar 2012 19:28 #291

I tried everything, installed the 2.5 jommla componente, 1.5, none of them worked. The problem start when I tried to upload the file to install, it says:

There was an error uploading this file to the server.

So I have to install by URL so, it worked.

After I have done everything the video tutorial says, upload the files to the ifile dir in the root /var/www/myjoomla, it index without problem, but when I go to the search page, it shows nothing.
I'm using Debina squeeze 64bits running in a XenServer
All the permissions of the folder are to www-data:www-data, including the PDFs
I'm using PHP 5.3.3-7 and Apache 2.2.16

Someone had that kind of problem? Is my php.ini configuration?

Attachments:
  • Attachment This attachment is hidden for guests. Please log in or register to see it.
  • Attachment This image is hidden for guests. Please log in or register to see it.
Last Edit: 31 Mar 2012 21:26 by otavioamcamargo@gmail.com.
The administrator has disabled public write access.

Re: Impossible to search 31 Mar 2012 20:19 #292

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
The configuration seems correct.
You can attach a pdf of proof that you have indexed?
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
The administrator has disabled public write access.

Re: Impossible to search 31 Mar 2012 20:39 #293

Yes, I have already uploaded the pdf and a screen of the Document detail in joomla, showing what was indexed.
The administrator has disabled public write access.

Re: Impossible to search 31 Mar 2012 21:20 #294

I found the problem. It was in the configuration of Jfile, it wasn't indexing the body of the text.

I read the text about Field Types and solved the problem.

Here is the image of the configuration of jifile:


This image is hidden for guests. Please log in or register to see it.




>>>>
Understanding Field Types

Keyword fields are stored and indexed, meaning that they can be searched as well as displayed in search results. They are not split up into separate words by tokenization. Enumerated database fields usually translate well to Keyword fields in Zend_Search_Lucene.

UnIndexed fields are not searchable, but they are returned with search hits. Database timestamps, primary keys, file system paths, and other external identifiers are good candidates for UnIndexed fields.

Binary fields are not tokenized or indexed, but are stored for retrieval with search hits. They can be used to store any data encoded as a binary string, such as an image icon.

Text fields are stored, indexed, and tokenized. Text fields are appropriate for storing information like subjects and titles that need to be searchable as well as returned with search results.

UnStored fields are tokenized and indexed, but not stored in the index. Large amounts of text are best indexed using this type of field. Storing data creates a larger index on disk, so if you need to search but not redisplay the data, use an UnStored field. UnStored fields are practical when using a Zend_Search_Lucene index in combination with a relational database. You can index large data fields with UnStored fields for searching, and retrieve them from your relational database by using a separate field as an identifier.
>>>>
The administrator has disabled public write access.

Re: Impossible to search 31 Mar 2012 21:24 #295

  • Antonio
  • Antonio's Avatar
  • OFFLINE
  • Administrator
  • Posts: 486
  • Thank you received: 66
Try setting the encoding to ISO8859-1, we worked.

Clear index and reindex.

This image is hidden for guests. Please log in or register to see it.
If you like, if it was useful, consider a donation, Thanks
Se vuoi, se ti siamo stati utili, considera una donazione, Grazie
Help us by voting our extensions on Joomla.org:
JiFile
JoomPhoto Mobile
Easy Language
Last Edit: 31 Mar 2012 21:25 by Antonio.
The administrator has disabled public write access.

(SOLVED) Re: Impossible to search 31 Mar 2012 21:25 #296

Yes, changing the encoding solved my problem!
Thanks!!!
The administrator has disabled public write access.